[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

Chris Lattner clattner at apple.com
Wed Mar 18 09:56:57 PDT 2009


On Mar 18, 2009, at 1:50 AM, Duncan Sands wrote:

> Hi Evan,
>
>> The copies are inserted by sdisel for liveout invoke return values.
>> Your fix is doing the right thing now. What are the other issues?
>
> 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!

-Chris



More information about the llvm-commits mailing list