summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/vector-casts.ll
Commit message (Expand)AuthorAge
* Teach PatternMatch that splat vectors could be floating point as well asNick Lewycky2011-02-15
* Rename ValueRequiresCast to ShouldOptimizeCast, to better reflectChris Lattner2010-02-11
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* merge vector-casts-0.ll into vector-casts.llChris Lattner2009-07-23
* Make some existing optimizations that would only trigger on scalarsChris Lattner2009-07-23
* convert a test to filecheck format. This fixes an endemic problemChris Lattner2009-07-23
* rename testChris Lattner2009-07-23
* Generalize a few more instcombines to be vector/scalar-independent.Dan Gohman2009-06-16
* Support vector casts in more places, fixing a variety of assertionDan Gohman2009-06-15