[PATCH] Fix stackmap bug introduced in r220710
Pete Cooper
peter_cooper at apple.com
Mon Oct 27 14:29:45 PDT 2014
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-a-stackmap-bug-introduced-in-r220710.patch
Type: application/octet-stream
Size: 2917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141027/f5c100e7/attachment.obj>
More information about the llvm-commits
mailing list