[llvm] [RISCV][TableGen] Generate RISCVTargetParser.inc from the new RISCVExtension tblgen information. (PR #89335)
Francesco Petrogalli via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 19 01:43:15 PDT 2024
================
@@ -10,115 +10,129 @@
// RISC-V subtarget features and instruction predicates.
//===----------------------------------------------------------------------===//
+class RISCVExtension<string n, int major, int minor, string f, string v,
----------------
fpetrogalli wrote:
Please describe the parameters of the class.
https://github.com/llvm/llvm-project/pull/89335
More information about the llvm-commits
mailing list