InstSimplify: Don't allow (x srem y) urem y -> x srem y
[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...