[PATCH] Fix stackmap bug introduced in r220710

Pete Cooper peter_cooper at apple.com
Mon Oct 27 15:49:21 PDT 2014


Thanks Andy.  r220728

Pete
> On Oct 27, 2014, at 3:48 PM, Andrew Trick <atrick at apple.com> wrote:
> 
> Yes, of course! Thanks for catching this. LGTM.
> 
> -Andy
> 
>> On Oct 27, 2014, at 2:29 PM, Pete Cooper <peter_cooper at apple.com> wrote:
>> 
>> Hi
>> 
>> This fixes a bug in my recent patch.
>> 
>> For a call to not return in to the stackmap shadow, the shadow must end with the call.
>> 
>> To do this, we must insert any required nops *before* the call, and not after it.
>> 
>> Thanks,
>> Pete
>> 
>> <0001-Fix-a-stackmap-bug-introduced-in-r220710.patch>
> 





More information about the llvm-commits mailing list