Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at least...
[oota-llvm.git] / test / Transforms / InstCombine / 2008-02-16-SDivOverflow.ll
2008-02-18 Nick LewyckyCorrectly fold divide-by-constant, even when faced...