InstCombine: Don't assume that m_ZExt matches an Instruction
[oota-llvm.git] / test / Transforms / InstCombine / overflow-mul.ll
2014-11-01 David MajnemerInstCombine: Don't assume that m_ZExt matches an Instru...
2014-06-24 Benjamin KramerInstCombine: Disable umul.with.overflow recognition...
2014-04-13 Serge PavlovRecognize test for overflow in integer multiplication.