aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/icmp-vec.ll
AgeCommit message (Expand)Author
2016-09-09[InstCombine] use m_APInt to allow icmp ult X, C folds for splat constant vec...Sanjay Patel
2016-07-29[ConstnatFolding] Teach the folder how to fold ConstantVectorDavid Majnemer
2016-05-17[InstCombine] Don't crash when trying to take an element of a ConstantExpr.Benjamin Kramer
2016-05-17[InstCombine] check vector elements before trying to transform LE/GE vector i...Sanjay Patel
2016-05-13[InstCombine] handle zero constant vectors for LE/GE comparisons tooSanjay Patel
2016-05-13[InstCombine] canonicalize* LE/GE vector integer comparisons to LT/GT (PR2670...Sanjay Patel