[clang] [llvm] [RISCV] Zimop/Zcmop are ratified (PR #87966)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 8 09:21:43 PDT 2024


================
@@ -271,12 +271,6 @@ The primary goal of experimental support is to assist in the process of ratifica
 ``experimental-ztso``
   LLVM implements the `v0.1 proposed specification <https://github.com/riscv/riscv-isa-manual/releases/download/draft-20220723-10eea63/riscv-spec.pdf>`__ (see Chapter 25).  The mapping from the C/C++ memory model to Ztso has not yet been ratified in any standards document.  There are multiple possible mappings, and they are *not* mutually ABI compatible.  The mapping LLVM implements is ABI compatible with the default WMO mapping.  This mapping may change and there is *explicitly* no ABI stability offered while the extension remains in experimental status.  User beware.
 
-``experimental-zimop``
----------------
topperc wrote:

These need to be added to the non-experimental list earlier in this file.

https://github.com/llvm/llvm-project/pull/87966


More information about the cfe-commits mailing list