[llvm] [MIPS] Add Scheduling model for MIPS i6400 and i6500 CPUs (PR #132704)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 4 14:17:03 PDT 2025


================
@@ -0,0 +1,133 @@
+# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py
+# RUN: llvm-mca -mtriple=mips64el -mcpu=i6400 --mattr=msa -timeline -iterations=1 < %s | FileCheck %s
----------------
mshockwave wrote:

when I suggested to remove `-timeline` for scheduling model test, I meant remove this flag from the `RUN` line and run `update_mca_test_checks.py` again to update the test (rather than manually remove the related CHECKs)

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


More information about the llvm-commits mailing list