[llvm] 4efe170 - [llvm-exegesis] Disable load store aliasing test

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 6 07:52:58 PDT 2025


Author: David Spickett
Date: 2025-10-06T14:52:32Z
New Revision: 4efe170d858eb54432f520abb4e7f0086236748b

URL: https://github.com/llvm/llvm-project/commit/4efe170d858eb54432f520abb4e7f0086236748b
DIFF: https://github.com/llvm/llvm-project/commit/4efe170d858eb54432f520abb4e7f0086236748b.diff

LOG: [llvm-exegesis] Disable load store aliasing test

Test added by #159366

This is causing objdump to crash more often than not on our 2 stage
SVE bots, disabling it and I will investigate tomorrow.

Could be the changes in the PR, or a pre-existing codegen or
llvm-objdump problem.

Added: 
    

Modified: 
    llvm/test/tools/llvm-exegesis/AArch64/no-aliasing-ld-str.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-exegesis/AArch64/no-aliasing-ld-str.s b/llvm/test/tools/llvm-exegesis/AArch64/no-aliasing-ld-str.s
index 65e1203bb275d..c8a5746ee7f66 100644
--- a/llvm/test/tools/llvm-exegesis/AArch64/no-aliasing-ld-str.s
+++ b/llvm/test/tools/llvm-exegesis/AArch64/no-aliasing-ld-str.s
@@ -1,4 +1,6 @@
 REQUIRES: aarch64-registered-target
+// Flakey on SVE buildbots, disabled pending invesgitation.
+UNSUPPORTED: target={{.*}}
 
 RUN: llvm-exegesis -mtriple=aarch64 -mcpu=neoverse-v2 -mode=latency --dump-object-to-disk=%d --opcode-name=FMOVWSr --benchmark-phase=assemble-measured-code 2>&1
 RUN: llvm-objdump -d %d > %t.s


        


More information about the llvm-commits mailing list