summaryrefslogtreecommitdiff
path: root/src/glsl/nir/nir_opt_remove_phis.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-03nir: Properly invalidate metadata in nir_opt_remove_phis().Kenneth Graunke1-0/+5
2015-10-02nir/remove_phis: handle trivial back-edgesConnor Abbott1-0/+19
2015-09-11nir: Remove the mem_ctx parameter from ssa_def_rewrite_usesJason Ekstrand1-4/+1
2015-02-03nir: add an optimization to remove useless phi nodesConnor Abbott1-0/+109