[InstCombine] Add a new formula for SMIN.
[oota-llvm.git] / test / Transforms / InstCombine / max-of-nots.ll
2015-02-24 Sanjoy DasNew instcombine rule: max(~a,~b) -> ~min(a, b)