[PATCH] D133063: [docs] Add a RISC-V Usage page

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 15:54:33 PDT 2022


jrtc27 added inline comments.


================
Comment at: llvm/docs/RISCVUsage.rst:28-29
+     ============ ==============================================================
+     ``riscv32``   RISC-V with ELEN=32
+     ``riscv64``   RISC-V with ELEN=64
+     ============ ==============================================================
----------------
Too much time spent with RVV?...


================
Comment at: llvm/docs/RISCVUsage.rst:51
+     ``M``          Supported
+     ``Q``          Supported
+     ``V``          Supported
----------------
I don't believe so?


================
Comment at: llvm/docs/RISCVUsage.rst:53
+     ``V``          Supported
+     ``Zicsr``      Supported
+     ``Zifencei``   Supported
----------------
.. ish, the CSRs are there but we're still at I2P0 so Zicsr doesn't really exist


================
Comment at: llvm/docs/RISCVUsage.rst:54
+     ``Zicsr``      Supported
+     ``Zifencei``   Supported
+     ``Zba``        Supported
----------------
ditto


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

https://reviews.llvm.org/D133063



More information about the llvm-commits mailing list