summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_opt_comparison_pre.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-04nir: Keep the range analysis HT around intra-pass until we make a change.Eric Anholt1-2/+2
2019-09-04nir: fix memleak in error pathEric Engestrom1-1/+3
2019-07-08nir: Add unit tests for nir_opt_comparison_preIan Romanick1-1/+1
2019-05-24nir: Drop imov/fmov in favor of one mov instructionJason Ekstrand1-2/+2
2019-04-18nir: Drop "struct" from some nir_* declarationsJason Ekstrand1-5/+5
2019-03-28nir: Add partial redundancy elimination for comparesIan Romanick1-0/+383