[clang] [llvm] [CodeGen][AArch64][FMV] PAC the stub_helper's frame on arm64e (PR #84704)
Ahmed Bougacha via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 15 13:23:53 PDT 2024
================
@@ -2085,6 +2099,37 @@ void AArch64AsmPrinter::emitMachOIFuncStubHelperBody(Module &M,
.addImm(2),
*STI);
+ if (TM.getTargetTriple().isArm64e()) {
+ // autibsp
----------------
ahmedbougacha wrote:
Leave the tail-call checking for the general tail-call checking patches, no?
https://github.com/llvm/llvm-project/pull/84704
More information about the llvm-commits
mailing list