[clang] [llvm] [RISCV] Add scheduling model for Syntacore SCR3 (PR #95427)

Michael Maitland via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 18 09:51:57 PDT 2024


================
@@ -0,0 +1,91 @@
+# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py
+# RUN: llvm-mca -mtriple=riscv64-unknown-unknown -mcpu=syntacore-scr3-rv64 --iterations=2 < %s | FileCheck %s --check-prefixes=CHECK,RV64
----------------
michaelmaitland wrote:

Is there a purpose for having 2 iterations instead of just 1?

Is there a better name for this test than using the first letter of every instruction in the sequence? Maybe SCR3-alu.s?

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


More information about the cfe-commits mailing list