[PATCH] D133214: [docs][RISCV] Document experimental extensions

Kito Cheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 08:24:23 PDT 2022


kito-cheng added inline comments.


================
Comment at: llvm/docs/RISCVUsage.rst:90
+``experimental-zihintntl``
+  LLVM implements the 0.2 draft specification.
+
----------------
reames wrote:
> sunshaoce wrote:
> > `Zihintntl` can be found in chapter 4 of [riscv-isa-manual](https://github.com/riscv/riscv-isa-manual) .
> Agreed, thanks for the link.
> 
> Do you happen to know if RVI has a convention for referring to unreleased version of the specification.  I'd default to something like: "The 20220831 draft version of the X specification".  (I definitely want a PDF, and not a link to the repo itself.)
You can found pdf in github release page: https://github.com/riscv/riscv-isa-manual/releases


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133214



More information about the llvm-commits mailing list