aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_sink.c
Commit message (Expand)AuthorAgeFilesLines
* nir/sink,nir/move: move/sink nir_op_movRhys Perry2020-01-141-0/+5
* nir/sink,nir/move: move/sink load_per_vertex_inputRhys Perry2020-01-141-1/+2
* nir/sink: Don't sink load_ubo to outside of its defining loopConnor Abbott2019-10-091-5/+32
* nir/sink: Rewrite loop handling logicConnor Abbott2019-10-091-35/+40
* nir: replace nir_move_load_const() with nir_opt_sink()Rhys Perry2019-08-121-0/+223