[llvm-branch-commits] [MC][AArch64] Add .cfi_set_ra_state for PAuth_LR (PR #209949)
Nathan Corbyn via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 16 16:45:46 PDT 2026
================
@@ -33,6 +38,18 @@ define i32 @leaf(i32 %x) "branch-protection-pauth-lr" {
; PAUTHLR-LABEL: leaf:
; PAUTHLR: // %bb.0:
; PAUTHLR-NEXT: ret
+;
+; CFISET-CHECK-LABEL: leaf:
+; CFISET-CHECK: // %bb.0:
+; CFISET-CHECK-NEXT: ret
+;
+; NEGATE-CHECK-LABEL: leaf:
+; NEGATE-CHECK: // %bb.0:
+; NEGATE-CHECK-NEXT: ret
+;
+; NEGATE-PAUTHLR-LABEL: leaf:
+; NEGATE-PAUTHLR: // %bb.0:
+; NEGATE-PAUTHLR-NEXT: ret
----------------
cofibrant wrote:
Does it make sense to try to merge these `CHECK` lines?
https://github.com/llvm/llvm-project/pull/209949
More information about the llvm-branch-commits
mailing list