[clang] [llvm] RISCV: the builtins support for MIPS RV64 P8700 execution control . (PR #159246)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 18 23:04:42 PDT 2025
================
@@ -0,0 +1,37 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 6
+// RUN: %clang_cc1 -triple riscv32-linux-elf -O3 -target-feature +xmipsexectl -emit-llvm -o - %s | FileCheck %s
+
+#include<riscv_mips.h>
----------------
wangpc-pp wrote:
Where is the definition?
https://github.com/llvm/llvm-project/pull/159246
More information about the llvm-commits
mailing list