[llvm-commits] [llvm] r72898 - /llvm/trunk/lib/Target/X86/X86RegisterInfo.cpp

Bill Wendling isanbard at gmail.com
Thu Jun 4 16:06:28 PDT 2009


On Thu, Jun 4, 2009 at 4:03 PM, Anton Korobeynikov
<anton at korobeynikov.info> wrote:
> Hello, Bill
>
>> So, instead of emitting the EH debug label before the stack adjustment
>> operations, emit it afterwards, right before the frame move stuff.
>
> Have you verified that this does not break unwinding in case when
> callee-saved regs needs to be restored during unwind?
>
Hi Anton,

Do you have a testcase for that situation? :-)

-bw



More information about the llvm-commits mailing list