[IR] fptrunc-of-fptrunc isn't an EliminableCastPair.
[oota-llvm.git] / test / Transforms / InstCombine / max-of-nots.ll
2015-04-30 Sanjoy Das[InstCombine] Add new rule for MIN(MAX(~A, ~B), ~C...
2015-02-24 Sanjoy DasNew instcombine rule: max(~a,~b) -> ~min(a, b)