[llvm] [RISCV] Add searchable table for tune information (PR #66193)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 15 11:22:43 PDT 2023
================
@@ -10,20 +10,36 @@
// RISC-V processors supported.
//===----------------------------------------------------------------------===//
+class RISCVTuneInfo {
----------------
topperc wrote:
Should these fields be in RISCVProcessorModel if we're always going to have RISCVProcessorModel inherit this class?
https://github.com/llvm/llvm-project/pull/66193
More information about the llvm-commits
mailing list