[InstCombine] transform more extract/insert pairs into shuffles (PR2109)
[oota-llvm.git] / test / Transforms / InstCombine / bitcast-vec-canon.ll
2015-12-12 Sanjay Patel[InstCombine] canonicalize (bitcast (extractelement...
2015-12-12 Sanjay Pateluse FileCheck for better checking
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-07-18 Eli FriedmanCanonicalize bitcasts between types like <1 x i64>...