[llvm] [RISCV] Bump Pointer Masking extension version (PR #96715)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 25 16:50:00 PDT 2024
================
@@ -263,7 +263,7 @@ LLVM supports (to various degrees) a number of experimental extensions. All exp
The primary goal of experimental support is to assist in the process of ratification by providing an existence proof of an implementation, and simplifying efforts to validate the value of a proposed extension against large code bases. Experimental extensions are expected to either transition to ratified status, or be eventually removed. The decision on whether to accept an experimental extension is currently done on an entirely case by case basis; if you want to propose one, attending the bi-weekly RISC-V sync-up call is strongly advised.
``experimental-ssnpm``, ``experimental-smnpm``, ``experimental-smmpm``, ``experimental-sspm``, ``experimental-supm``
- LLVM implements the `v0.8.1 draft specification <https://github.com/riscv/riscv-j-extension/blob/master/zjpm-spec.pdf>`__.
+ LLVM implements the `v1.0.0-rc2 specification <https://github.com/riscv/riscv-j-extension/blob/master/zjpm-spec.pdf>`__.
----------------
topperc wrote:
Please use the versioned link here https://github.com/riscv/riscv-j-extension/releases
https://github.com/llvm/llvm-project/pull/96715
More information about the llvm-commits
mailing list