[all-commits] [llvm/llvm-project] 8482e9: [libunwind] Use .irp directives. NFC
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Dec 6 11:05:17 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8482e95f75d02227fbf51527680c0b5424bacb69
https://github.com/llvm/llvm-project/commit/8482e95f75d02227fbf51527680c0b5424bacb69
Author: Fangrui Song <i at maskray.me>
Date: 2022-12-06 (Tue, 06 Dec 2022)
Changed paths:
M libunwind/src/UnwindRegistersRestore.S
M libunwind/src/UnwindRegistersSave.S
Log Message:
-----------
[libunwind] Use .irp directives. NFC
The repeated instructions make the file long and difficult to read.
Simplify them with .irp directives.
Reviewed By: #libunwind, compnerd
Differential Revision: https://reviews.llvm.org/D139368
More information about the All-commits
mailing list