Revert r174152. The shift amount may overflow and in that case this transformation...
[oota-llvm.git] / test / Transforms / InstCombine / div-shift.ll
2012-09-21 Benjamin KramerInstCombine: Make sure we use the pre-zext type when...
2012-06-21 Evan ChengLook pass zext to strength reduce an udiv. Patch by...