Skip to content

Commit 4d7ab7f

Browse files
committed
fixup! [RISCV] Support svukte extension
1 parent 86ba079 commit 4d7ab7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/docs/RISCVUsage.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ on support follow.
158158
``Svinval`` Assembly Support
159159
``Svnapot`` Assembly Support
160160
``Svpbmt`` Supported
161-
``Svukte`` Supported
162161
``Svvptc`` Supported
163162
``V`` Supported
164163
``Za128rs`` Supported (`See note <#riscv-profiles-extensions-note>`__)
@@ -330,6 +329,9 @@ The primary goal of experimental support is to assist in the process of ratifica
330329
``experimental-smctr``, ``experimental-ssctr``
331330
LLVM implements the `1.0-rc3 specification <https://github.com/riscv/riscv-control-transfer-records/releases/tag/v1.0_rc3>`__.
332331

332+
``experimental-svukte``, ``experimental-svukte``
333+
LLVM implements the `0.3 draft specification <https://github.com/riscv/riscv-isa-manual/pull/1564>`__.
334+
333335
To use an experimental extension from `clang`, you must add `-menable-experimental-extensions` to the command line, and specify the exact version of the experimental extension you are using. To use an experimental extension with LLVM's internal developer tools (e.g. `llc`, `llvm-objdump`, `llvm-mc`), you must prefix the extension name with `experimental-`. Note that you don't need to specify the version with internal tools, and shouldn't include the `experimental-` prefix with `clang`.
334336

335337
Vendor Extensions

0 commit comments

Comments
 (0)