[PATCH] D119210: [RISCV] Recover the implication between Zve* extensions and the V extension.
Yueh-Ting Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 11 03:30:44 PST 2022
eopXD accepted this revision.
eopXD added a comment.
This revision is now accepted and ready to land.
LGTM.
For the record the implication in this patch correspond to the note under v-spec <https://github.com/riscv/riscv-v-spec/blob/master/v-spec.adoc#183-v-vector-extension-for-application-processors>:
> As is the case with other RISC-V extensions, it is valid to include overlapping extensions in the same ISA string. For example, RV64GCV and RV64GCV_Zve64f are both valid and equivalent ISA strings, as is RV64GCV_Zve64f_Zve32x_Zvl128b.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119210/new/
https://reviews.llvm.org/D119210
More information about the cfe-commits
mailing list