aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/bitcast-vec-canon.ll
AgeCommit message (Expand)Author
2017-05-23[InstCombine] auto-generate test checks; NFCSanjay Patel
2015-12-12[InstCombine] canonicalize (bitcast (extractelement X)) --> (extractelement(b...Sanjay Patel
2015-12-12use FileCheck for better checkingSanjay Patel
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-18Canonicalize bitcasts between types like <1 x i64> and i64 to Eli Friedman