[PATCH] D144344: [BOLT] Attempt to fix bolt/test/runtime/AArch64/adrrelaxationpass.s after D144079

Kristina Bessonova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 19 00:12:07 PST 2023


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG98b9f8620abf: [BOLT] Attempt to fix bolt/test/runtime/AArch64/adrrelaxationpass.s after… (authored by krisb).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144344/new/

https://reviews.llvm.org/D144344

Files:
  bolt/test/runtime/AArch64/adrrelaxationpass.s


Index: bolt/test/runtime/AArch64/adrrelaxationpass.s
===================================================================
--- bolt/test/runtime/AArch64/adrrelaxationpass.s
+++ bolt/test/runtime/AArch64/adrrelaxationpass.s
@@ -41,9 +41,9 @@
   .word 0xff
 
 # CHECK: <main>:
-# CHECK-NEXT: adr x0, #{{[0-9][0-9]*}}
+# CHECK-NEXT: adr x0, 0x{{[1-8a-f][0-9a-f]*}}
 # CHECK-NEXT: adrp x1, 0x{{[1-8a-f][0-9a-f]*}}
 # CHECK-NEXT: add x1, x1, #{{[1-8a-f][0-9a-f]*}}
 # CHECK-NEXT: adrp x2, 0x{{[1-8a-f][0-9a-f]*}}
 # CHECK-NEXT: add x2, x2, #{{[1-8a-f][0-9a-f]*}}
-# CHECK-NEXT: adr x3, #{{[0-9][0-9]*}}
+# CHECK-NEXT: adr x3, 0x{{[1-8a-f][0-9a-f]*}}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144344.498660.patch
Type: text/x-patch
Size: 643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230219/7c3b439a/attachment.bin>


More information about the llvm-commits mailing list