Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does.
[oota-llvm.git] / test / Transforms / InstCombine / 2007-06-21-DivCompareMiscomp.ll
2007-06-21 Chris Lattnernew testcase miscompiled by instcombine, reduced from...