nir/algebraic: don't undo lowering of 8/16-bit comparisons to 32-bit
[mesa.git] / src / compiler / nir / nir_lower_bit_size.c
2020-04-23 Rhys Perrynir/lower_bit_size: fix lowering of {imul,umul}_high
2020-04-23 Rhys Perrynir/lower_bit_size: fix lowering of shifts
2018-05-03 Iago Toral Quirogacompiler/nir: add a lowering pass to convert the bit...