[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:46:00 PST 2022
zixuan-wu added inline comments.
================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:48
{"v", RISCVExtensionVersion{0, 10}},
+ //{"v", RISCVExtensionVersion{0, 7}},
{"zba", RISCVExtensionVersion{1, 0}},
----------------
jrtc27 wrote:
> Don't do this
This nit will be removed before commit
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115921/new/
https://reviews.llvm.org/D115921
More information about the cfe-commits
mailing list