aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/vec_phi_extract.ll
AgeCommit message (Expand)Author
2017-08-06[InstCombine] Support ~(c-X) --> X+(-c-1) and ~(X-c) --> (-c-1)-X for splat v...Craig Topper
2017-08-04[InstCombine] narrow truncated add/sub/mul with constantSanjay Patel
2016-06-06[InstCombine] scalarizePHI should not assume the code it sees has been CSE'dMichael Kuperstein
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-01-19InstCombine: Teach most integer add/sub/mul/div combines how to deal with vec...Benjamin Kramer
2014-01-11Fix broken CHECK lines.Benjamin Kramer
2013-05-24scalarizePHI needs to insert the next ExtractElement in the same blockJoey Gouly
2013-04-18Added a function scalarizePHI() that sclarizes a vector phi instruction if it...Anat Shemer