[all-commits] [llvm/llvm-project] b4f9b3: [AArch64] Fix unwind info generated by outliner.
Eli Friedman via All-commits
all-commits at lists.llvm.org
Wed May 20 16:41:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b4f9b34701b4d81c9c93028168ad83176f70e3af
https://github.com/llvm/llvm-project/commit/b4f9b34701b4d81c9c93028168ad83176f70e3af
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2020-05-20 (Wed, 20 May 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/test/CodeGen/AArch64/machine-outliner-calls.mir
Log Message:
-----------
[AArch64] Fix unwind info generated by outliner.
The offsets were wrong. The result is now the same as what the compiler
would generate for a function that spills lr normally.
Differential Revision: https://reviews.llvm.org/D80238
More information about the All-commits
mailing list