optimize bitcast(trunc(bitcast(x))) where the result is a float and 'x'
[oota-llvm.git] / test / Transforms / InstCombine / 2010-01-28-NegativeSRem.ll
2010-01-28 Duncan SandsFix PR6165. The bug was that LHSKnownZero was being...