aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/x86-shifts.ll
AgeCommit message (Expand)Author
2011-11-01Teach the x86 backend a couple tricks for dealing with v16i8 sra by a constan...Eli Friedman
2011-10-30X86: Emit logical shift by constant splat of <16 x i8> as a <8 x i16> shift a...Benjamin Kramer
2011-10-30Fix pr11266.Nadav Rotem
2011-10-16Enable element promotion type legalization by deafault.Nadav Rotem
2011-05-11Add custom lowering of X86 vector SRA/SRL/SHL when the shift amount is a spla...Nadav Rotem