[llvm] aeed686 - Revert "[llvm-exegesis] Disable load store aliasing test"
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 9 01:26:29 PDT 2025
Author: David Spickett
Date: 2025-10-09T08:24:57Z
New Revision: aeed686aab8746e8e794f97c895727fc9e51731e
URL: https://github.com/llvm/llvm-project/commit/aeed686aab8746e8e794f97c895727fc9e51731e
DIFF: https://github.com/llvm/llvm-project/commit/aeed686aab8746e8e794f97c895727fc9e51731e.diff
LOG: Revert "[llvm-exegesis] Disable load store aliasing test"
This reverts commit 4efe170d858eb54432f520abb4e7f0086236748b.
Not because I know it's working on AArch64 SVE, but because I
cannot reproduce it even on the same machine.
So in the hopes that it was a disk issue, something temporary,
I'm going to enable it again. If it fails again maybe it'll
show some sort of pattern or what I've missed to reproduce it.
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 da83c54418cf1..980cf1965c86e 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,6 +1,4 @@
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=%t.obj --opcode-name=FMOVWSr --benchmark-phase=assemble-measured-code 2>&1
RUN: llvm-objdump -d %t.obj > %t.s
More information about the llvm-commits
mailing list