[InstCombine] Add new rule for MIN(MAX(~A, ~B), ~C) et. al.
[oota-llvm.git] / test / Transforms / InstCombine / constant-fold-compare.ll
2009-12-17 Eli FriedmanAggressively flip compare constant expressions where...