aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/vec_sext.ll
AgeCommit message (Expand)Author
2017-02-03[InstCombine] fix operand-complexity-based canonicalization (PR28296)Sanjay Patel
2016-09-12[InstCombine] use m_APInt to allow icmp X, C folds for splat constant vectorsSanjay Patel
2016-08-18[InstCombine] use m_APInt to allow icmp (xor X, Y), C folds for splat constan...Sanjay Patel
2016-08-17[InstCombine] minimize tests and autogenerate checksSanjay Patel
2016-03-02revert r262424 because there's a *clang test* for AArch64 that checks -O3 asm...Sanjay Patel
2016-03-01[InstCombine] convert 'isPositive' and 'isNegative' vector comparisons to shi...Sanjay Patel
2014-01-19InstCombine: Modernize a bunch of cast combines.Benjamin Kramer
2010-12-17Add vector versions of some existing scalar transforms to aid codegen in matc...Nate Begeman