aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-36.ll
AgeCommit message (Expand)Author
2012-04-27Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper
2011-05-19Move test to Transforms/InstCombine.Stuart Hastings
2011-05-18Merge pmovzx test case into existing file.Stuart Hastings
2010-04-07add newlines at the end of files.Chris Lattner
2010-02-18getSplatIndex assumes that the first element of the mask contains the splat i...Mon P Wang
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-03-11Fixed a v8i16 shuffle case that should generate a pshufb instead of a pshuflw...Mon P Wang