summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/icmp-vec.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] make icmp vector canonicalization safe for constant with undef ...Sanjay Patel2019-10-291-2/+2
* [InstCombine] add tests for icmp predicate canonicalization with vector types...Sanjay Patel2019-10-291-5/+14
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+282
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-282/+0
* [InstCombine] move vector compare before same-shuffled opsSanjay Patel2018-08-161-11/+8
* [InstCombine] add tests for shuffled cmps; NFCSanjay Patel2018-06-211-19/+104
* [InstCombine] use m_APInt to allow icmp ult X, C folds for splat constant vec...Sanjay Patel2016-09-091-1/+10
* [ConstnatFolding] Teach the folder how to fold ConstantVectorDavid Majnemer2016-07-291-3/+1
* [InstCombine] Don't crash when trying to take an element of a ConstantExpr.Benjamin Kramer2016-05-171-0/+10
* [InstCombine] check vector elements before trying to transform LE/GE vector i...Sanjay Patel2016-05-171-0/+22
* [InstCombine] handle zero constant vectors for LE/GE comparisons tooSanjay Patel2016-05-131-0/+37
* [InstCombine] canonicalize* LE/GE vector integer comparisons to LT/GT (PR2670...Sanjay Patel2016-05-131-0/+124
OpenPOWER on IntegriCloud