aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-12.ll
AgeCommit message (Expand)Author
2009-02-23Generate better code for v8i16 shuffles on SSE2Nate Begeman
2009-01-02Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...Evan Cheng
2008-06-10Convert several tests to use temporary files instead of redundantlyDan Gohman
2007-12-11- Improved v8i16 shuffle lowering. It now uses pshuflw and pshufhw as much asEvan Cheng
2007-12-07Much improved v8i16 shuffles. (Step 1).Evan Cheng