[llvm] [RISCV] Add scheduler model for sifive-p450. (PR #77989)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 15 00:01:28 PST 2024


================
@@ -36,6 +36,7 @@ include "GISel/RISCVRegisterBanks.td"
 
 include "RISCVSchedRocket.td"
 include "RISCVSchedSiFive7.td"
----------------
wangpc-pp wrote:

OK, I may use the wrong words here. I meant that the CPU resources/pipeline are different, X280 has additional vector pipeline. Intuitively, they should be separated (I think). And, the outputs of `llvm-mca` contain vector resources even for scalar CPU like `sifive-u74`.

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


More information about the llvm-commits mailing list