summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/vec_shuffle.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert r164763 because it introduces new shuffles.Nadav Rotem2013-05-061-70/+0
* Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach2013-05-011-6/+6
* InstCombine: Fold more shuffles of shuffles.Jim Grosbach2013-04-301-6/+6
* Fix for wrong instcombine on vector insert/extractBenjamin Kramer2013-04-111-0/+27
* Surprisingly, we missed a trivial case here. Fix that!Nick Lewycky2012-09-281-0/+8
* Prefer shuffles to selects. Backends love shuffles!Nick Lewycky2012-09-271-0/+35
* Extend instcombine's shufflevector simplification to handle more cases where ...Eli Friedman2011-10-211-0/+46
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-16/+13
* Change instcombine's getShuffleMask to represent undef with negative values.Bob Wilson2010-10-291-0/+13
* Make instcombine a little more aggressive in combining vector shuffles.Bob Wilson2010-10-291-0/+10
* Temporarily revert r110987 as it's causing some miscompares inEric Christopher2010-08-171-29/+0
* Reapply this transformation now that it is passing the external test which it...Nate Begeman2010-08-131-0/+29
* Temporarily revert 110737 and 110734, they were causing failuresEric Christopher2010-08-121-29/+0
* Add test for recent instcombine vector shuffle enhancementNate Begeman2010-08-101-0/+29
* add newlines at the end of files.Chris Lattner2010-04-071-1/+1
* reduce vec_shuffle2 and merge into vec_shuffle.Chris Lattner2009-10-111-0/+10
* filecheckize vec_shuffle.ll and merge shuffle.ll into it.Chris Lattner2009-10-111-2/+34
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* For PR1319:Reid Spencer2007-04-151-0/+1
* For PR1319:Reid Spencer2007-04-141-1/+0
* Remove use of implementation keyword.Reid Spencer2007-03-281-1/+0
* For PR411:Reid Spencer2007-01-301-2/+2
* For PR761:Reid Spencer2007-01-261-7/+7
* new testChris Lattner2007-01-051-0/+4
* manually upgrade this testcaseChris Lattner2007-01-051-23/+23
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-2/+2
* new testcaseChris Lattner2006-05-251-0/+8
* new testcasesChris Lattner2006-05-251-0/+12
* new testcaseChris Lattner2006-04-101-0/+7
* New testcaseChris Lattner2006-04-101-0/+17