[llvm] [bolt][nfc] Exclude Call id verification from instrument-ind-call test (PR #181655)

via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 16 04:37:57 PST 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-bolt

Author: Alexey Moksyakov (yavtuk)

<details>
<summary>Changes</summary>

The instrument-ind-call test checks the correctness of instrumented snippet by the set of registers are used, the call id value is meaningless (platform depend) and should be exclude from test.

---
Full diff: https://github.com/llvm/llvm-project/pull/181655.diff


1 Files Affected:

- (modified) bolt/test/runtime/AArch64/instrumentation-ind-call.c (+1-1) 


``````````diff
diff --git a/bolt/test/runtime/AArch64/instrumentation-ind-call.c b/bolt/test/runtime/AArch64/instrumentation-ind-call.c
index fda068085dcab..8d9d1e13060f5 100644
--- a/bolt/test/runtime/AArch64/instrumentation-ind-call.c
+++ b/bolt/test/runtime/AArch64/instrumentation-ind-call.c
@@ -59,7 +59,7 @@ CHECK-MAIN-NEXT: mov w1, #0x14
 // store current values
 CHECK-MAIN-NEXT: stp x0, x30, [sp
 // load callsite id
-CHECK-MAIN-NEXT: mov x0, #0x0
+CHECK-MAIN-NEXT: mov x0,
 CHECK-MAIN-NEXT: stp x8, x0, [sp
 CHECK-MAIN-NEXT: adrp x8,
 CHECK-MAIN-NEXT: add x8, x8

``````````

</details>


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


More information about the llvm-commits mailing list