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