Optimize bitwise even/odd test (-x&1 -> x&1) to not use negation.
[oota-llvm.git] / test / Transforms / InstCombine / maxnum.ll
2014-10-21 Matt ArsenaultAdd minnum / maxnum intrinsics