================ ---------------- wangpc-pp wrote:
```suggestion def RVA23P1S64 : RISCVExperimentalProfile<"rva23p1s64", RVA23S64Features>; def RVB23P1S64 : RISCVExperimentalProfile<"rvb23p1s64", RVB23S64Features>; ``` We just need to support these strings and the features are identical to `rva23s64` and `rvb23s64`. https://github.com/llvm/llvm-project/pull/217199 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
