aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_to_lcssa.c
Commit message (Expand)AuthorAgeFilesLines
* nir/lcssa: allow to create LCSSA phis for loop-invariant booleansRhys Perry2019-08-201-2/+6
* nir/lcssa: Skip loop invariant variables when converting to LCSSA.Daniel Schürmann2019-08-201-13/+161
* nir: make nir_to_lcssa() a general NIR pass.Rhys Perry2019-08-201-3/+41
* nir/lcssa: handle deref instructions properlyDaniel Schürmann2019-08-201-7/+21
* util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom2018-10-251-1/+0
* nir: Add some asserts that we don't put derefs in phisJason Ekstrand2018-09-191-0/+3
* nir: Add a LCSAA-passThomas Helland2016-12-231-0/+203