summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_shuffle-1.ll
AgeCommit message (Expand)AuthorFilesLines
2012-04-071. Remove the part of r153848 which optimizes shuffle-of-shuffle into a newNadav Rotem1-1/+1
2012-04-01This commit contains a few changes that had to go in together.Nadav Rotem1-1/+1
2012-01-17Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT.Nadav Rotem1-1/+6
2011-11-16Fix testcase.Eli Friedman1-1/+0
2011-11-16CONCAT_VECTORS can have more than two operands. PR11389.Eli Friedman1-0/+9
2011-10-16Enable element promotion type legalization by deafault.Nadav Rotem1-1/+1
2011-07-20PR10421: Fix a straightforward bug in the widening logic for CONCAT_VECTORS.Eli Friedman1-0/+8
2010-12-19now that generic vector types aren't selected onto MMX registers, theseChris Lattner1-1/+1
2010-08-25Change handling of illegal vector types to widen when possible instead of Chris Lattner1-3/+5
2010-06-04Fixed a bug during widening where we would avoid legalizing a node. When weMon P Wang1-3/+36
2010-01-05Delete useless trailing semicolons.Dan Gohman1-1/+1
2009-10-16Update tests to use FileCheckMon P Wang1-1/+3
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-1/+1
2009-08-25Remove obsolete -f flags.Dan Gohman1-1/+1
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman1-1/+1
2008-12-18Added some basic test cases for r61209Mon P Wang1-0/+11