Switch lowering: handle zero-weight branch probabilities
[oota-llvm.git] / test / Transforms / InstSimplify / maxmin.ll
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2011-05-07 Duncan SandsThe comparision "max(x,y)==x" is equivalent to "x>...
2011-05-04 Duncan SandsAdd variations on: max(x,y) >= min(x,z) folds to true...
2011-05-03 Duncan SandsImplement some basic simplifications involving min...