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