Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at least...
[oota-llvm.git] / test / Transforms / InstCombine / 2008-01-06-BitCastAttributes.ll
2008-01-13 Duncan SandsWhen turning a call to a bitcast function into a direct...
2008-01-06 Duncan SandsThe transform that tries to turn calls to bitcast funct...