summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_opt_remove_phis.c
Commit message (Expand)AuthorAgeFilesLines
* nir: move to compiler/Emil Velikov2016-01-261-130/+0
* nir: Get rid of function overloadsJason Ekstrand2015-12-281-3/+3
* nir: Properly invalidate metadata in nir_opt_remove_phis().Kenneth Graunke2015-11-031-0/+5
* nir/remove_phis: handle trivial back-edgesConnor Abbott2015-10-021-0/+19
* nir: Remove the mem_ctx parameter from ssa_def_rewrite_usesJason Ekstrand2015-09-111-4/+1
* nir: add an optimization to remove useless phi nodesConnor Abbott2015-02-031-0/+109