[DAGCombine] fold (X >>?,exact C1) << C2 --> X << (C2-C1)
[oota-llvm.git] / test / CodeGen / X86 / multiple-return-values-cross-block.ll
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-03-21 Dan GohmanHandle getresult instructions in different basic blocks