InstCombine: If we call llvm.objectsize on a malloc call we can replace it with the...
[oota-llvm.git] / test / Transforms / InstCombine / 2010-11-01-lshr-mask.ll
2010-12-20 Duncan SandsHave SimplifyBinOp dispatch Xor, Add and Sub to the...
2010-12-09 Dan GohmanReally check that the bits that will become zero are...
2010-11-01 Owen AndersonWhen folding away a (shl (shr)) pair, we need to check...