nir: evaluate if condition uses inside the if branches
[mesa.git] / src / compiler / nir / nir_opt_if.c
2018-09-14 Timothy Arcerinir: evaluate if condition uses inside the if branches
2018-08-18 Kai Wasserbächnir: mark *prev_block as MAYBE_UNUSED in opt_peel_loop_...
2018-07-20 Bas Nieuwenhuizennir: Fix end of function without return warning/error.
2018-07-20 Bas Nieuwenhuizennir: Do not use continue block after removing it.
2018-07-12 Caio Marcelo de... nir: delete not needed for reinserted nir_cf_list
2018-06-26 Jason Ekstrandnir/opt_if: Remove unneeded phis if we make progress
2018-06-07 Timothy Arcerinir: add opt_if_loop_terminator()
2018-06-04 Samuel Pitoisetnir: implement the GLSL equivalent of if simplication...
2016-12-30 Jason Ekstrandnir: Rename convert_to_ssa lower_regs_to_ssa
2016-12-29 Timothy Arcerinir: stop gcc warning about uninitialised variables
2016-12-23 Jason Ekstrandnir: Add a pass for moving SPIR-V continue blocks to...