summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt/dead_code_elimination_pass.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Remove invalidated blocks in dead code elimination passReinUsesLisp2021-07-231-3/+6
* shader: Move microinstruction header to the value headerReinUsesLisp2021-07-231-1/+1
* shader: Implement CAL inlining function callsReinUsesLisp2021-07-231-4/+6
* shader: Support SSA loops on IRReinUsesLisp2021-07-231-1/+1
* shader: Initial recompiler workReinUsesLisp2021-07-231-0/+23