[llvm-branch-commits] AArch64: Relax x16/x17 constraint on AUT in certain cases. (PR #132857)

Anatoly Trosinenko via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Apr 7 06:54:33 PDT 2025


================
@@ -146,10 +152,10 @@ define i64 @test_resign_blend_and_const(i64 %arg, i64 %arg1) {
 ; CHECKED-NEXT:    mov x17, x16
 ; CHECKED-NEXT:    xpacd x17
 ; CHECKED-NEXT:    cmp x16, x17
-; CHECKED-NEXT:    b.eq [[L]]auth_success_1
+; CHECKED-NEXT:    b.eq [[L]]auth_success_[[N2:[0-9]]]
----------------
atrosinenko wrote:

[nit]
```suggestion
; CHECKED-NEXT:    b.eq [[L]]auth_success_[[N2:[0-9]+]]
```

https://github.com/llvm/llvm-project/pull/132857


More information about the llvm-branch-commits mailing list