[PATCH] D27799: [XRay][compiler-rt][NFC] Deduplicate code in x86-64 trampolines.
Martin Pelikán via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 15 00:49:29 PST 2016
pelikan created this revision.
pelikan added a reviewer: dberris.
pelikan added a subscriber: llvm-commits.
The layout of all registers saved on stack shouldn't deviate and will be reused in future trampolines as well.
While there, fix whitespace and clarify comments.
https://reviews.llvm.org/D27799
Files:
lib/xray/xray_trampoline_x86_64.S
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27799.81541.patch
Type: text/x-patch
Size: 3785 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161215/3e8d2ae2/attachment.bin>
More information about the llvm-commits
mailing list