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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 16:27:25 PST 2025


================
@@ -0,0 +1,503 @@
+//===-- RISCVSchedGenericOOO.td - Generic O3 Processor -----*- tablegen -*-===//
----------------
topperc wrote:

O3 -> "out of order" or "OOO"? "O3" looks too much like -O3

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


More information about the llvm-commits mailing list