InstSimplify: ((X % Y) % Y) -> (X % Y)
[oota-llvm.git] / test / Transforms / InstSimplify / apint-or.ll
2014-06-19 Nick LewyckyMove optimization of some cases of (A & C1)|(B & C2...