[llvm] f3a5c16 - [llvm-exegesis] Follow up of 810ac29cfe81cbd8f2e97d06f0acd540f841c754 (#155624)

via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 27 07:04:33 PDT 2025


Author: Sjoerd Meijer
Date: 2025-08-27T15:04:30+01:00
New Revision: f3a5c16b9810fc12e7be35ff719be10427338256

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

LOG: [llvm-exegesis] Follow up of 810ac29cfe81cbd8f2e97d06f0acd540f841c754 (#155624)

Disable the test case for now as it still shows slightly different
codegen in a stage2 build, which is not wrong, but needs to investigated
why it is happening.

Added: 
    

Modified: 
    llvm/test/tools/llvm-exegesis/AArch64/loop-register.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-exegesis/AArch64/loop-register.s b/llvm/test/tools/llvm-exegesis/AArch64/loop-register.s
index 62040b26c8faf..632088455e75a 100644
--- a/llvm/test/tools/llvm-exegesis/AArch64/loop-register.s
+++ b/llvm/test/tools/llvm-exegesis/AArch64/loop-register.s
@@ -1,3 +1,9 @@
+; FIXME: this test fails with a stage2 build, in which case it seems to
+; generate extra function prologue instructions that interfere with matching
+; the STR of X19. Disable this for now.
+;
+; UNSUPPORTED: *
+
 REQUIRES: aarch64-registered-target, asserts
 
 RUN: llvm-exegesis -mcpu=neoverse-v2 --use-dummy-perf-counters --mode=latency --debug-only=print-gen-assembly --opcode-name=ADDVv4i16v -repetition-mode=loop 2>&1 | FileCheck %s


        


More information about the llvm-commits mailing list