This implements the second half of the fix for PR3290, handling
[oota-llvm.git] / test / Transforms / InstCombine / sitofp.ll
2008-08-06 Chris LattnerZap sitofp/fptoui pairs. In all cases when the sign...
2008-05-20 Chris LattnerTeach instcombine 4 new xforms:
2008-05-19 Chris Lattnerconvert fptosi(sitofp x) -> x if the fp value has...
2008-05-19 Chris LattnerFold FP comparisons where one operand is converted...