aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_comparison_pre.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Keep the range analysis HT around intra-pass until we make a change.Eric Anholt2019-10-041-2/+2
* nir: fix memleak in error pathEric Engestrom2019-09-041-1/+3
* nir: Add unit tests for nir_opt_comparison_preIan Romanick2019-07-081-1/+1
* nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand2019-05-241-2/+2
* nir: Drop "struct" from some nir_* declarationsJason Ekstrand2019-04-181-5/+5
* nir: Add partial redundancy elimination for comparesIan Romanick2019-03-281-0/+383