[PATCH] D156428: [AArch64][PtrAuth] Fix unwind state for tail calls
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 31 17:37:19 PDT 2023
ikudrin accepted this revision.
ikudrin added a comment.
This revision is now accepted and ready to land.
LGTM with a nit. Please wait a few days for possible feedback from others.
It would also be great to backport the fix to the LLVM-17 release.
================
Comment at: llvm/test/CodeGen/AArch64/sign-return-address-cfi-negate-ra-state.ll:209
;CHECK-DUMP: DW_CFA_AARCH64_negate_ra_state
+;CHECK-DUMP: DW_CFA_AARCH64_negate_ra_state
----------------
Do you think it would be helpful to add some `CHECK-DUMP-LABEL:` lines here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156428/new/
https://reviews.llvm.org/D156428
More information about the llvm-commits
mailing list