[all-commits] [llvm/llvm-project] 7f2b01: [docs] Add a RISC-V Usage page
Philip Reames via All-commits
all-commits at lists.llvm.org
Tue Sep 6 12:12:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f2b016b820487f2fb69b93e784fff5d8297dea0
https://github.com/llvm/llvm-project/commit/7f2b016b820487f2fb69b93e784fff5d8297dea0
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-09-06 (Tue, 06 Sep 2022)
Changed paths:
A llvm/docs/RISCVUsage.rst
M llvm/docs/UserGuides.rst
Log Message:
-----------
[docs] Add a RISC-V Usage page
This follows the pattern set by e.g. SPIR-V, AMDGPU, and WebAssembly.
For the moment, this page is fairly minimal stub. I mostly want a place to record which extensions we support, and when that support is not complete, a central place to note that. I'm deliberately starting with a subset of extensions which are pretty straight forward with only one case needing a detail note.
I figure the partial support cases are going to need a bunch of discussion, and having each of them in their own review seemed worthwhile. Similarly, the experimental extensions probably fall into the same bucket of triggering a bunch of review discussion.
Differential Revision: https://reviews.llvm.org/D133063
More information about the All-commits
mailing list