InstCombine, InstSimplify: (%X /s C1) /s C2 isn't always 0 when C1 * C2 overflow
[oota-llvm.git] / test / Transforms / InstSimplify / 2011-11-23-MaskedBitsCrash.ll
2011-11-23 Duncan SandsFix a crash in which a multiplication was being reporte...