summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt/dead_code_elimination_pass.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-25Revert "shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass"Feng Chen1-89/+9
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-23dead_code_elimination_pass: Remove unreachable Phi argumentsameerj1-0/+27
2022-03-22shader_recompiler/dead_code_elimination: Add DeadBranchElimination passameerj1-9/+62
2021-07-23shader: Avoid usage of C++20 ranges to build in clangReinUsesLisp1-2/+0
2021-07-23shader: Remove invalidated blocks in dead code elimination passReinUsesLisp1-3/+6
2021-07-23shader: Move microinstruction header to the value headerReinUsesLisp1-1/+1
2021-07-23shader: Implement CAL inlining function callsReinUsesLisp1-4/+6
2021-07-23shader: Support SSA loops on IRReinUsesLisp1-1/+1
2021-07-23shader: Initial recompiler workReinUsesLisp1-0/+23