summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/vec_shuffle.ll
Commit message (Expand)AuthorAgeFilesLines
* InstCombine: Don't try to reorder shuffles where the mask is a ConstantExpr.Benjamin Kramer2014-06-241-0/+9
* Fix the case when reordering shuffle and binop produces a constant.Serge Pavlov2014-05-141-0/+11
* Fix type of shuffle resulted from shuffle merge.Serge Pavlov2014-05-131-0/+8
* Fix type of shuffle obtained from reordering with binary operationSerge Pavlov2014-05-121-0/+11
* Fix reordering of shuffles and binary operationsSerge Pavlov2014-05-121-0/+12
* Reorder shuffle and binary operation.Serge Pavlov2014-05-111-1/+119
* Fix a bug about generating undef operand when optimising shuffle vector and i...Hao Liu2014-01-081-0/+17
* Re-add tests from r179291 which were accidentally removed by r181177.Andrea Di Biagio2013-09-181-0/+28
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-18/+18
* Modify two Transforms tests to explicitly check for full function names in so...Stephen Lin2013-07-141-1/+1
* Fix a crash in EvaluateInDifferentElementOrder where it would generate anJoey Gouly2013-07-121-0/+15
* When determining the new index for an insertelement, we may not assume that anNick Lewycky2013-06-011-0/+11
* Reapply with r182909 with a fix to the calculation of the new indices forNick Lewycky2013-05-311-0/+21
* Revert r182909.Evgeniy Stepanov2013-05-301-12/+0
* Swizzle vector inputs if it helps us eliminate shuffles.Nick Lewycky2013-05-301-0/+12
* 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
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+48
OpenPOWER on IntegriCloud