[InstCombine] Add new rule for MIN(MAX(~A, ~B), ~C) et. al.
[oota-llvm.git] / test / Transforms / InstCombine / unordered-fcmp-select.ll
2014-11-24 Matt ArsenaultBug 21610: Canonicalize min/max fcmp selects to use...