nir: Add a ptr_as_array deref type
[mesa.git] / src / compiler / nir / nir_search_helpers.h
2018-10-22 Jason Ekstrandnir/search_helpers: Use nir_src_is_const and friends
2018-03-29 Ian Romanickutil: Add and use util_is_power_of_two_nonzero
2018-03-26 Ian Romanicknir: Don't condition 'a-b < 0' -> 'a < b' on is_not_use...
2018-01-10 Ian Romanicknir: Silence unused parameter warnings
2017-04-24 Timothy Arcerinir: shuffle constants to the top
2017-04-24 Timothy Arcerinir: add flt comparision simplification
2017-03-23 Matt Turnernir: Stop using apostrophes to pluralize.
2017-01-14 Timothy Arcerinir: optimise min/max fadd combos
2017-01-11 Timothy Arcerinir: don't turn ieq/ine into inot if used by an if
2017-01-11 Timothy Arcerinir: add late opt to turn inot/b2f combos back to bcsel
2016-12-12 Matt Turnernir: Move fsat outside of fmin/fmax if second arg is...
2016-06-03 Rob Clarknir/algebraic: support for power-of-two optimizations