[llvm] [AArch64] Separate PNR into its own Register Class (PR #65306)

Matthew Devereau via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 08:55:21 PDT 2023


================
@@ -80,8 +80,8 @@ body:             |
     ; CHECK-NEXT:     stack-id: scalable-vector, callee-saved-register: ''
 
     ; EXPAND-LABEL: name: spills_fills_stack_id_pnr
-    ; EXPAND: STR_PXI $pn0, $sp, 7
-    ; EXPAND: $pn0 = LDR_PXI $sp, 7
+    ; EXPAND: STR_PXI $p0, $sp, 7, implicit-def $pn0
----------------
MDevereau wrote:

I've removed the implicit def from store spills.

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


More information about the llvm-commits mailing list