aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_search_helpers.h
Commit message (Expand)AuthorAgeFilesLines
* nir/search_helpers: Use nir_src_is_const and friendsJason Ekstrand2018-10-221-27/+22
* util: Add and use util_is_power_of_two_nonzeroIan Romanick2018-03-291-9/+4
* nir: Don't condition 'a-b < 0' -> 'a < b' on is_not_used_by_conditionalIan Romanick2018-03-261-15/+0
* nir: Silence unused parameter warningsIan Romanick2018-01-101-2/+2
* nir: shuffle constants to the topTimothy Arceri2017-04-241-0/+12
* nir: add flt comparision simplificationTimothy Arceri2017-04-241-0/+15
* nir: Stop using apostrophes to pluralize.Matt Turner2017-03-231-2/+2
* nir: optimise min/max fadd combosTimothy Arceri2017-01-141-0/+22
* nir: don't turn ieq/ine into inot if used by an ifTimothy Arceri2017-01-121-0/+6
* nir: add late opt to turn inot/b2f combos back to bcselTimothy Arceri2017-01-121-0/+16
* nir: Move fsat outside of fmin/fmax if second arg is 0 to 1.Matt Turner2016-12-121-0/+23
* nir/algebraic: support for power-of-two optimizationsRob Clark2016-06-031-0/+94