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