[PATCH] D115921: [RISCV] Refactor the RISCV ISA extension info and target features to support multiple extension version

Zixuan Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 5 21:42:21 PST 2022


zixuan-wu added a comment.

In D115921#3224284 <https://reviews.llvm.org/D115921#3224284>, @jrtc27 wrote:

> but also with RISC-V extensions not being changed once ratified any more (changes mean new extensions entirely, not new versions)

I don't think so. Or why is there version in RISC-V spec? 
And not only for standard extension, but also it's needed in custom extension.

BTW, it's been supported to parse version of -march in clang side.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115921/new/

https://reviews.llvm.org/D115921



More information about the cfe-commits mailing list