[llvm-commits] [llvm] r66976 - in /llvm/trunk: lib/CodeGen/PHIElimination.cpp lib/Transforms/Scalar/CodeGenPrepare.cpp test/CodeGen/X86/2009-03-13-PHIElimBug.ll test/CodeGen/X86/split-eh-lpad-edges.ll
Duncan Sands
baldrick at free.fr
Wed Mar 18 10:14:59 PDT 2009
Hi Chris,
> > it looks like the other Ada ACATS failures are due to sroa changes
> > which occurred about the same time as your exception handling patch,
> > and have nothing to do with eh. So hopefully eh is fine now!
>
> Interesting, please file a bug when you have a testcase, I'll take a
> look. Thanks Duncan!
it seems to be a bug in APFloat, see PR3834. I guess your recent
sroa work results in more x86_fp80 to i80 bit conversions, which
tickles this bug.
Ciao,
Duncan.
More information about the llvm-commits
mailing list