[InstCombine] canonicalize (bitcast (extractelement X)) --> (extractelement(bitcast X))
[oota-llvm.git] / test / Transforms / SCCP / 2008-04-22-multiple-ret-sccp.ll
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2009-09-11 Dan GohmanEliminate more redundant llvm-as calls.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2008-04-23 Chris LattnerRewrite multiple return value handling in SCCP. Before...