summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/min-positive.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+101
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-101/+0
* [PatternMatch] allow undef elements when matching a vector zeroSanjay Patel2018-04-221-5/+1
* [InstSimplify, InstCombine] add vector tests with undef elts; NFCSanjay Patel2018-04-221-9/+25
* [InstCombine] allow (icmp sgt smin(PosA, B), 0) fold for vectorsSanjay Patel2016-09-151-11/+3
* [InstCombine] add vector tests for icmp sgt sminSanjay Patel2016-09-151-6/+59
* [InstCombine] auto-generate checksSanjay Patel2016-09-151-6/+16
* [InstCombine] (icmp sgt smin(PosA, B) 0) -> (icmp sgt B 0)Philip Reames2016-03-091-0/+34
OpenPOWER on IntegriCloud