summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-1/+1
2021-07-23shader: Reorder phi nodes when redefined as undefined opcodesReinUsesLisp1-1/+9
2021-07-23shader: Implement CAL inlining function callsReinUsesLisp1-3/+2
2021-07-23shader: Implement SELameerj1-4/+8
2021-07-23shader: Support SSA loops on IRReinUsesLisp1-13/+49
2021-07-23shader: Misc fixesReinUsesLisp1-54/+59
2021-07-23shader: Initial implementation of an ASTReinUsesLisp1-3/+21
2021-07-23shader: Properly store phi on InstReinUsesLisp1-10/+12
2021-07-23shader: Add pools and rename filesReinUsesLisp1-14/+14
2021-07-23shader: Remove illegal character in SSA passReinUsesLisp1-1/+1
2021-07-23shader: Constant propagation and global memory to storage bufferReinUsesLisp1-2/+54
2021-07-23shader: SSA and dominanceReinUsesLisp1-0/+155