InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)
[oota-llvm.git] / test / Transforms / InstCombine / 2012-05-27-Negative-Shift-Crash.ll
2012-05-27 Benjamin KramerPR12967: Don't crash when trying to fold a shift that...