aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_copy_prop_vars.c
Commit message (Expand)AuthorAgeFilesLines
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+2
* nir: Return a cursor from nir_instr_removeJason Ekstrand2018-03-301-17/+2
* nir: fix nir_opt_copy_prop_vars() for arrays of arraysTimothy Arceri2017-07-191-6/+6
* nir: Fix anonymous union initialization with older GCC.Vinson Lee2017-01-091-1/+1
* nir: Add a local variable-based copy propagation passJason Ekstrand2017-01-061-0/+813