summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/minnum.ll
Commit message (Expand)AuthorAgeFilesLines
* [NFC][InstCombine] Add unary fneg tests to maxnum.ll/minnum.llCameron McInally2019-05-221-0/+71
* [InstCombine] regenerate test checks; NFCSanjay Patel2019-05-061-12/+18
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+318
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-318/+0
* [InstCombine] Combine nested min/max intrinsics with constantsVolkan Keles2018-10-311-12/+6
* [InstCombine] Add preliminary tests for nested min/max combines. NFCVolkan Keles2018-10-301-1/+61
* [InstSimplify] move minnum/maxnum with Inf folds from instcombineSanjay Patel2018-08-091-17/+0
* [InstSimplify] move minnum/maxnum with common op fold from instcombineSanjay Patel2018-08-071-42/+0
* [InstSimplify] move misplaced minnum/maxnum tests; NFCSanjay Patel2018-08-071-8/+0
* [InstSimplify] move minnum/maxnum with undef fold from instcombineSanjay Patel2018-08-021-16/+0
* [InstSimplify] move minnum/maxnum with same arg fold from instcombineSanjay Patel2018-08-011-8/+0
* [InstCombine] add folds for minnum(-a, -b) --> -maxnum(a, b)Sanjay Patel2018-05-101-10/+8
* [InstCombine] add minnum/maxnum tests (PR37404, PR37405); NFCSanjay Patel2018-05-101-0/+82
* [InstCombine] regenerate full checks; NFCSanjay Patel2018-05-101-148/+179
* Fix using wrong intrinsic in testMatt Arsenault2015-01-061-9/+9
* Add minnum / maxnum intrinsicsMatt Arsenault2014-10-211-0/+244
OpenPOWER on IntegriCloud