[llvm] [RISCV] Add extension information to RISCVFeatures.td. NFC (PR #89326)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 18 21:45:09 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,
+                     string d, list<RISCVExtension> i = []>
----------------
wangpc-pp wrote:

Does `i` mean `implies`? Can we change it to an accurate name?

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


More information about the llvm-commits mailing list