summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstSimplify/maxmin.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+302
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-302/+0
* [InstSimplify] regenerate checks using a scriptSanjay Patel2016-03-251-28/+61
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-28/+28
* The comparision "max(x,y)==x" is equivalent to "x>=y". Since the max isDuncan Sands2011-05-071-0/+36
* Add variations on: max(x,y) >= min(x,z) folds to true. This isn't that common,Duncan Sands2011-05-041-0/+88
* Implement some basic simplifications involving min/max, for exampleDuncan Sands2011-05-031-0/+145
OpenPOWER on IntegriCloud