[llvm] [RISCV] Update some of the RVV memory ops in SiFive P400 & P600 sched models (PR #129575)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 17 11:57:13 PDT 2025


================
@@ -0,0 +1,542 @@
+# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py
+# RUN: llvm-mca -mtriple=riscv64 -mcpu=sifive-p470 -iterations=1 < %s | FileCheck %s
+
+vsetvli zero, zero, e8, mf2, ta, ma
----------------
topperc wrote:

Can we sort these by increasing lmul size so mf8 is before mf4 is before mf2.

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


More information about the llvm-commits mailing list