[PATCH] D95588: [RISCV] Implement the MC layer support of P extension
Jim Lin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 2 23:12:22 PDT 2021
Jim added a comment.
Hi, @jrtc27
About the concern the invalid combination RV32 + zprvsfextra on riscv attribute,
I upload a patch D108189 <https://reviews.llvm.org/D108189> based on @kito-cheng 's patch D105168 <https://reviews.llvm.org/D105168> to forbid emitting rv32+zprvsfextra arch string.
And It also deny to accept `rv32izprvsfextra` https://reviews.llvm.org/differential/changeset/?ref=2787775.
Patch D108189 <https://reviews.llvm.org/D108189> have not emitted and accepted invalid arch string combined from rv32 and zprvsfextra.
Thanks for feedback.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95588/new/
https://reviews.llvm.org/D95588
More information about the llvm-commits
mailing list