[clang] [RISCV][Clang] Added builtin support for experimental Zimop extension (PR #79971)
Lyut Nersisyan via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 31 02:22:19 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
+TARGET_BUILTIN(__builtin_riscv_mopr_32, "UiUiUi", "nc", "experimental-zimop")
----------------
ln8-8 wrote:
Added
https://github.com/llvm/llvm-project/pull/79971
More information about the cfe-commits
mailing list