[InstCombine] Add new rule for MIN(MAX(~A, ~B), ~C) et. al.
[oota-llvm.git] / test / Transforms / InstCombine / branch.ll
2015-03-10 Philip ReamesIf a conditional branch jumps to the same target, remov...