[PATCH] D133443: [RISCV][MC] Add support for experimental Zawrs extension

Alex Bradbury via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 15 09:08:56 PDT 2022


asb added a comment.

I think the summary of our discussion on this was:

- The versioning confusion is unfortunate - ideally there would be discussion elsewhere at RVI on improving the situation (either ELF attributes to indicate extensions are experimental, or making that unnecessary via never using 1.0 until something is ratified)
- But the above isn't a blocker to merging. As the extension is gated by the experimental flag, even if there are last minute changes the impact on users should be minimal / non-existent.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133443



More information about the cfe-commits mailing list