InstSimplify: ((X % Y) % Y) -> (X % Y)
[oota-llvm.git] / test / Transforms / InstSimplify / 2011-02-01-Vector.ll
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2011-02-01 Duncan SandsHave m_One also match constant vectors for which every...