summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/minmax-fp.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] propagate fast-math-flags (FMF) to select when inverting fcmp+s...Sanjay Patel2019-11-131-11/+11
* [InstCombine] regenerate test checks; NFCSanjay Patel2019-11-011-34/+34
* [InstCombine] canonicalize fcmp+select to minnum/maxnum intrinsicsSanjay Patel2019-06-301-12/+8
* [InstCombine] add tests for fcmp+select with FMF (minnum/maxnum); NFCSanjay Patel2019-06-121-0/+132
* [InstCombine] allow sinking fneg operands through an FP min/maxSanjay Patel2019-05-071-16/+12
* [InstCombine] add tests for FP min/max with negated operands; NFCSanjay Patel2019-05-071-0/+59
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+257
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-257/+0
* [InstCombine] canonicalize -0.0 to +0.0 in fcmpSanjay Patel2018-11-051-1/+1
* [ValueTracking] determine sign of 0.0 from select when matching min/max FPSanjay Patel2018-11-041-23/+15
* [InstCombine] add tests for fmin/fmax pattern matching failure; NFCSanjay Patel2018-10-311-2/+44
* [InstCombine] regenerate test checks; NFCSanjay Patel2018-10-311-32/+32
* [ValueTracking] ignore FP signed-zero when detecting a casted-to-integer fmin...Sanjay Patel2017-12-261-5/+18
* [InstCombine] auto-generate checksSanjay Patel2016-10-251-74/+102
* [ValueTracking] matchSelectPattern needs to be more careful around FPDavid Majnemer2016-04-291-0/+26
* Add support for floating-point minnum and maxnumJames Molloy2015-08-111-0/+156
OpenPOWER on IntegriCloud