Skip to content

Commit 4efe170

Browse files
committed
[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.
1 parent 48db3fd commit 4efe170

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
REQUIRES: aarch64-registered-target
2+
// Flakey on SVE buildbots, disabled pending invesgitation.
3+
UNSUPPORTED: target={{.*}}
24

35
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
46
RUN: llvm-objdump -d %d > %t.s

0 commit comments

Comments
 (0)