InstSimplify: Don't allow (x srem y) urem y -> x srem y
[oota-llvm.git] / test / Transforms / InstSimplify / AndOrXor.ll
2014-09-15 David MajnemerInstSimplify: Simplify trivial and/or of icmps
2014-07-31 David MajnemerInstSimplify: Simplify (X - (0 - Y)) if the second...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2011-10-28 Duncan SandsA shift of a power of two is a power of two or zero.
2011-10-26 Duncan SandsThe maximum power of 2 dividing a power of 2 is itself...