[PATCH] D149496: [RISCV][llvm-mca] Add mca tests for riscv lmul instruments
Michael Maitland via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 10 11:55:03 PDT 2023
michaelmaitland added inline comments.
================
Comment at: llvm/test/tools/llvm-mca/RISCV/different-instruments.s:63
+# CHECK-NEXT: [0,2] . DeeE .. vsetvli zero, a0, e8, m8, tu, mu
+# CHECK-NEXT: [0,3] . . DeeeE vadd.vv v12, v12, v12
+
----------------
I don't think this is expected behavior for the vadds to take the same amount of time, so I'm going to need to take another look at whats going on.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149496/new/
https://reviews.llvm.org/D149496
More information about the llvm-commits
mailing list