aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx-splat.ll
AgeCommit message (Expand)Author
2013-01-26X86: Do splat promotion later, so the optimizer can chew on it first.Benjamin Kramer
2012-12-07X86: Prefer using VPSHUFD over VPERMIL because it has better throughput.Nadav Rotem
2012-11-26Normalize splat 256bit vectors with 8 elements.Jakub Staszak
2012-02-07Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.Craig Topper
2011-11-29Fix VINSERTF128/VEXTRACTF128 to be marked as FP instructions. Allow execution...Craig Topper
2011-09-27Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen
2011-08-23Fix a nasty bug where a v4i64 was being wrong emitted with 32-bitBruno Cardoso Lopes
2011-08-23Add support for breaking 256-bit v16i16 and v32i8 VSETCC into two 128-bit one...Craig Topper
2011-08-17Update test to not use the scalar type to splat from a loadBruno Cardoso Lopes
2011-08-17Now that we have a canonical way to handle 256-bit splats:Bruno Cardoso Lopes
2011-08-11Splats for v8i32/v8f32 can be handled by VPERMILPSY. This was causingBruno Cardoso Lopes
2011-08-11Use the splat index to generate the desired shuffle. Otherwise weBruno Cardoso Lopes
2011-08-09Rename and tidy up testsBruno Cardoso Lopes