[llvm] [AArch64] Refactor allocation of locals and stack realignment (PR #72028)

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 03:08:43 PST 2023


================
@@ -4,8 +4,8 @@
 name: hasBasepointer
 # CHECK-LABEL: name: hasBasepointer
 # CHECK: bb.0:
-# CHECK:      $sp = frame-setup ADDVL_XXI $sp, -1
-# CHECK-NEXT: $sp = frame-setup SUBXri $sp, 16, 0
+# CHECK:           $sp = frame-setup SUBXri $sp, 16, 0
----------------
sdesmalen-arm wrote:

nit: odd formatting (tabs)

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


More information about the llvm-commits mailing list