[llvm] [llvm-mca] Account for AcquireAtCycles in llvm-mca (PR #80742)

Francesco Petrogalli via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 00:46:38 PST 2024


================
@@ -37,13 +37,13 @@ vle64.v v1, (a1)
 
 # CHECK:      Iterations:        1
 # CHECK-NEXT: Instructions:      26
-# CHECK-NEXT: Total Cycles:      234
+# CHECK-NEXT: Total Cycles:      211
----------------
fpetrogalli wrote:

I would expect the fix for llvm-mca to be a NFC for its output, at least for all those scheduling model that are already existing and that by default have AcquireAtCycle = 0.

How do you explain this new values?

https://github.com/llvm/llvm-project/pull/80742


More information about the llvm-commits mailing list