Merging r258325:
[oota-llvm.git] / test / Transforms / InstSimplify / rem.ll
2014-09-17 David MajnemerInstSimplify: Don't allow (x srem y) urem y -> x srem y
2014-09-17 David MajnemerInstSimplify: ((X % Y) % Y) -> (X % Y)
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2011-05-02 Duncan SandsMove some rem transforms out of instcombine and into...