summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_copy_propagate.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Fix copy_prop_src when src is an indirect access on a reg.Eric Anholt2016-06-261-1/+1
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir/opt_cp: fixup for new foreach_block()Connor Abbott2016-04-281-18/+10
* nir/opt_cp: use nir_block_get_following_if()Connor Abbott2016-04-271-7/+3
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+290