summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstSimplify/floating-point-compare.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstSimplify] enhance fcmp fold with never-nan operandSanjay Patel2019-06-091-12/+4
* [InstSimplify] add tests for fcmp with known-never-nan operands; NFCSanjay Patel2019-06-091-2/+48
* [InstSimplify] enhance fcmp fold with never-nan operandSanjay Patel2019-06-081-12/+4
* [InstSimplify] add tests for fcmp with known-never-nan operands; NFCSanjay Patel2019-06-061-2/+46
* [InstSimplify] fold fcmp (maxnum, X, C1), C2Sanjay Patel2019-05-191-37/+13
* [InstSimplify] add tests for fcmp of maxnum with constants; NFCSanjay Patel2019-05-161-0/+198
* [InstSimplify] fold fcmp (minnum, X, C1), C2Sanjay Patel2019-05-161-35/+52
* [InstSimplify] add tests for fcmp+minnum; NFCSanjay Patel2019-05-081-0/+157
* [ValueTracking] add logic for known-never-nan with minnum/maxnumSanjay Patel2019-05-071-6/+2
* [InstSimplify] add tests for minnum/maxnum and NaN; NFCSanjay Patel2019-05-071-0/+22
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+580
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-580/+0
* [InstSimplify] use any-zero matcher for fcmp foldsSanjay Patel2019-02-201-12/+4
* Revert "[InstSimplify] use any-zero matcher for fcmp folds"Sanjay Patel2019-02-201-4/+12
* [InstSimplify] use any-zero matcher for fcmp foldsSanjay Patel2019-02-201-12/+4
* [InstSimplify] add vector tests for fcmp+fabs; NFCSanjay Patel2019-02-191-0/+63
* [InstSimplify] fold 'fcmp nnan ult X, 0.0' when X is not negativeSanjay Patel2018-10-311-12/+4
* [InstSimplify] fold 'fcmp nnan oge X, 0.0' when X is not negativeSanjay Patel2018-10-311-12/+4
* [InstSimplify] add tests for fcmp and known positive; NFCSanjay Patel2018-10-311-20/+100
* [InstSimplify] add tests for fcmp folds; NFCSanjay Patel2018-10-301-2/+73
* [InstCombine] InstCombine and InstSimplify for minimum and maximumThomas Lively2018-10-191-1/+13
* [ValueTracking] fix maxnum miscompile for cannotBeOrderedLessThanZero (PR37776)Sanjay Patel2018-08-021-2/+4
* [InstSimplify] add fixme comment for PR37776; NFCSanjay Patel2018-07-151-0/+4
* [PatternMatch] enhance m_NaN() to ignore undef elements in vectorsSanjay Patel2018-03-121-4/+2
* [InstSimplify] add fcmp tests for constant NaN vector with undef elt; NFCSanjay Patel2018-03-121-1/+19
* [InstSimplify] More fcmp cases when comparing against negative constants.Florian Hahn2017-12-011-20/+32
* [InstSimplify] add fcmp with negative constant tests; NFCSanjay Patel2017-11-271-0/+46
* [InstSimplify] regenerate checks; NFCSanjay Patel2017-09-021-11/+12
* [InstSimplify] move fcmp simplification tests from InstCombineSanjay Patel2017-09-021-0/+164
* [instsimplify] Fix incorrect folding of an ordered fcmp with a vector of all ...Andrea Di Biagio2016-09-021-0/+8
* [InstSimplify] regenerate checks using a scriptSanjay Patel2016-03-251-23/+32
* CannotBeOrderedLessThanZero: add some missing casesFiona Glaser2016-01-121-0/+41
* [InstSimplify] Fold away ord/uno fcmps when nnan is present.Benjamin Kramer2015-07-101-0/+15
* Fold fcmp in cases where value is provably non-negative. By Arch Robison.Elena Demikhovsky2015-01-281-0/+60
OpenPOWER on IntegriCloud