nir/scheduler: Move nir_scheduler to its own header
[mesa.git] / src / compiler / nir / nir_opt_sink.c
2020-07-20 Daniel Schürmannnir: also move b2i in case of nir_move_copies
2020-07-07 Daniel Schürmannnir: refactor nir_can_move_instr
2020-07-07 Daniel Schürmannnir: also move vecN in case of nir_move_copies
2020-01-14 Rhys Perrynir/sink,nir/move: move/sink nir_op_mov
2020-01-14 Rhys Perrynir/sink,nir/move: move/sink load_per_vertex_input
2019-10-09 Connor Abbottnir/sink: Don't sink load_ubo to outside of its definin...
2019-10-09 Connor Abbottnir/sink: Rewrite loop handling logic
2019-08-12 Rhys Perrynir: replace nir_move_load_const() with nir_opt_sink()