[PATCH] D101179: [libunwind] NFC: Use macros to accommodate differences in representation of PowerPC assemblers
Xing Xue via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 5 04:17:42 PDT 2021
xingxue updated this revision to Diff 342984.
xingxue edited the summary of this revision.
xingxue added a comment.
Addressed comments:
- Changed the representation of `PowperPC` registers from %r//n//, %f//n//, %vs//n//, and %vr//n// to the register number alone. The `GNU` flavored assembler and the `AIX` assembler can determine the register kind based on the context of the instruction in which the register is used.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101179/new/
https://reviews.llvm.org/D101179
Files:
libunwind/src/UnwindRegistersRestore.S
libunwind/src/UnwindRegistersSave.S
libunwind/src/assembly.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101179.342984.patch
Type: text/x-patch
Size: 20816 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210505/8e195be9/attachment.bin>
More information about the llvm-commits
mailing list