InstSimplify: Don't allow (x srem y) urem y -> x srem y
[oota-llvm.git] / test / Transforms / InstSimplify / exact-nsw-nuw.ll
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2011-02-09 Chris LattnerTeach instsimplify some tricks about exact/nuw/nsw...