aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/avx-splat.ll
Commit message (Expand)AuthorAgeFilesLines
* Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.Craig Topper2012-02-071-1/+1
* Fix VINSERTF128/VEXTRACTF128 to be marked as FP instructions. Allow execution...Craig Topper2011-11-291-1/+1
* Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen2011-09-271-1/+1
* Fix a nasty bug where a v4i64 was being wrong emitted with 32-bitBruno Cardoso Lopes2011-08-231-3/+3
* Add support for breaking 256-bit v16i16 and v32i8 VSETCC into two 128-bit one...Craig Topper2011-08-231-6/+3
* Update test to not use the scalar type to splat from a loadBruno Cardoso Lopes2011-08-171-2/+1
* Now that we have a canonical way to handle 256-bit splats:Bruno Cardoso Lopes2011-08-171-5/+5
* Splats for v8i32/v8f32 can be handled by VPERMILPSY. This was causingBruno Cardoso Lopes2011-08-111-3/+21
* Use the splat index to generate the desired shuffle. Otherwise weBruno Cardoso Lopes2011-08-111-0/+10
* Rename and tidy up testsBruno Cardoso Lopes2011-08-091-0/+79