(sub X, imm) gets canonicalized to (add X, -imm)
[oota-llvm.git] / test / CodeGen / ARM / cse-libcalls.ll
2012-03-04 Bill WendlingDo trivial CSE of dead BBs during codegen preparation.
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2008-09-15 Dan GohmanRe-enable SelectionDAG CSE for calls. It matters in...