[PATCH] D115921: [RISCV] Refactor the RISCV ISA extension info and target features to support multiple extension version
Jessica Clarke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 5 21:55:50 PST 2022
jrtc27 added inline comments.
================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:61
{"zvlsseg", RISCVExtensionVersion{0, 10}},
+ //{"zvlsseg", RISCVExtensionVersion{0, 7}},
----------------
This one too?..
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115921/new/
https://reviews.llvm.org/D115921
More information about the cfe-commits
mailing list