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

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 14 19:34:47 PST 2024


================
@@ -0,0 +1,356 @@
+//==- RISCVSchedSiFiveP400.td - SiFiveP400 Scheduling Defs ---*- tablegen -*-=//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+//===----------------------------------------------------------------------===//
+
+// SiFiveP400 machine model for scheduling and other instruction cost heuristics.
+// https://github.com/sifive/federation/blob/master/specs/design/standard/u84.json
----------------
wangpc-pp wrote:

This URL is 404. Is it a private repo?

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


More information about the llvm-commits mailing list