Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+101 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -101/+0 |
* | [PatternMatch] allow undef elements when matching a vector zero | Sanjay Patel | 2018-04-22 | 1 | -5/+1 |
* | [InstSimplify, InstCombine] add vector tests with undef elts; NFC | Sanjay Patel | 2018-04-22 | 1 | -9/+25 |
* | [InstCombine] allow (icmp sgt smin(PosA, B), 0) fold for vectors | Sanjay Patel | 2016-09-15 | 1 | -11/+3 |
* | [InstCombine] add vector tests for icmp sgt smin | Sanjay Patel | 2016-09-15 | 1 | -6/+59 |
* | [InstCombine] auto-generate checks | Sanjay Patel | 2016-09-15 | 1 | -6/+16 |
* | [InstCombine] (icmp sgt smin(PosA, B) 0) -> (icmp sgt B 0) | Philip Reames | 2016-03-09 | 1 | -0/+34 |