[all-commits] [llvm/llvm-project] 2d902d: [BOLT] Implement '--assume-abi' option for AArch64
Jiapeng Zhou via All-commits
all-commits at lists.llvm.org
Mon Sep 25 06:56:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d902d0f880498145f70e41a265c1adecb05d089
https://github.com/llvm/llvm-project/commit/2d902d0f880498145f70e41a265c1adecb05d089
Author: Kepontry <zjpzhoujiapeng at 163.com>
Date: 2023-09-25 (Mon, 25 Sep 2023)
Changed paths:
M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
A bolt/test/assume-abi.test
Log Message:
-----------
[BOLT] Implement '--assume-abi' option for AArch64
This patch implements the `getCalleeSavedRegs` function for AArch64,
addressing the issue where the "not implemented" error occurs when
both the `--assume-abi` option and options related to the
RegAnalysis Pass (e.g., `--indirect-call-promotion=all`) are enabled.
More information about the All-commits
mailing list