[llvm] [RISCV] Add a generic OoO CPU (PR #120712)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 08:58:55 PST 2024


================
@@ -0,0 +1,272 @@
+//===-- RISCVSchedGenericOOO.td - Generic O3 Processor -----*- 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
+//
+//===----------------------------------------------------------------------===//
+
+//===----------------------------------------------------------------------===//
+// We assume that:
+// * 8-issue out-of-order CPU with 128 ROB entries.
----------------
topperc wrote:

8 issue feels high.

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


More information about the llvm-commits mailing list