Skip to content
Snippets Groups Projects
Commit 6a6fabea authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

shader_ir: Pass decoded nodes as a whole instead of per basic blocks

Some games call LDG at the top of a basic block, making the tracking
heuristic to fail. This commit lets the heuristic the decoded nodes as a
whole instead of per basic blocks.

This may lead to some false positives but allows it the heuristic to
track cases it previously couldn't.
parent eceab45d
No related branches found
No related tags found
Loading
Showing
with 30 additions and 26 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment