[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 01:50:45 PDT 2009


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!

Ciao,

Duncan.



More information about the llvm-commits mailing list