[llvm] [AArch64] Corrected Latency Descriptions for NeoverseV2/N2 Scheduler (PR #147339)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 8 03:49:47 PDT 2025
================
@@ -1605,11 +1605,11 @@ add x0, x27, 1
# CHECK-NEXT: Block RThroughput: 5.7
# CHECK: Timeline view:
-# CHECK-NEXT: 0123
+# CHECK-NEXT: 01234
----------------
yafet-a wrote:
It stood out as odd to me also since this was automatically generated from the update_mca_test_checks.py file. Perhaps due to the similarity between the N2 and V2 schedulers it made this change. Could be worth trying to see if this can be replicated by running the script with the v2 changes?
https://github.com/llvm/llvm-project/pull/147339
More information about the llvm-commits
mailing list