summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_range_analysis.c
Commit message (Expand)AuthorAgeFilesLines
* nir/range-analysis: Bail if the types don't matchIan Romanick2019-09-261-0/+20
* nir: do not assume that the result of fexp2(a) is always an integralSamuel Pitoiset2019-09-041-0/+1
* nir: Add is_not_negative helper functionDylan Baker2019-09-041-0/+6
* nir/range-analysis: Handle constants in nir_op_mov just like nir_op_bcselIan Romanick2019-09-041-2/+9
* nir/range-analysis: Fix incorrect fadd range result for (ne_zero, ne_zero)Ian Romanick2019-09-041-3/+8
* nir/range-analysis: Adjust result range of multiplication to account for flus...Ian Romanick2019-09-041-31/+22
* nir/range-analysis: Adjust result range of exp2 to account for flush-to-zeroIan Romanick2019-09-041-2/+14
* nir/range-analysis: Fail gracefully on non-SSA sourcesIan Romanick2019-08-141-0/+3
* nir/range-analysis: Range tracking for ffma and flrpIan Romanick2019-08-051-114/+138
* nir/range-analysis: Range tracking for bcselIan Romanick2019-08-051-0/+77
* nir/range-analysis: Tighten the range of fsat based on the range of its sourceIan Romanick2019-08-051-1/+22
* nir/range-analysis: Rudimentary value range analysis passIan Romanick2019-08-051-0/+653