[clang] [RISCV][Clang] Added builtin support for experimental Zimop extension (PR #79971)

Lyut Nersisyan via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 6 07:02:55 PST 2024


================
@@ -89,5 +89,13 @@ TARGET_BUILTIN(__builtin_riscv_sm3p1, "UiUi", "nc", "zksh")
 TARGET_BUILTIN(__builtin_riscv_ntl_load, "v.", "t", "zihintntl")
 TARGET_BUILTIN(__builtin_riscv_ntl_store, "v.", "t", "zihintntl")
 
+// Zimop extension
----------------
ln8-8 wrote:

Rebased

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


More information about the cfe-commits mailing list