[llvm-commits] [llvm] r128625 - in /llvm/trunk: lib/Transforms/InstCombine/InstCombineCompares.cpp test/Transforms/InstCombine/fcmp.ll
Benjamin Kramer
benny.kra at googlemail.com
Thu Mar 31 14:40:51 PDT 2011
On 31.03.2011, at 22:14, Eli Friedman wrote:
> Trying this transformation on APFloat::PPCDoubleDouble is likely to
> cause bad things to happen.
Yep, APFloat asserts immediately when asked to convert a ppc double double into something else. Fixed in r128676.
More information about the llvm-commits
mailing list