[clang] [llvm] RISCV: the builtins support for MIPS RV64 P8700 execution control . (PR #159246)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 17 10:57:13 PDT 2025
================
@@ -0,0 +1,35 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --tool /home/ukalappa/llvm/github/build/bin/llc --version 6
+; RUN: llc -mtriple=riscv64 -mcpu=mips-p8700 -O3 -verify-machineinstrs < %s \
+; RUN: | FileCheck -check-prefix=MIPS %s
+
+target datalayout = "e-m:e-p:32:32-i64:64-n32-S128"
+
+define dso_local void @test_mips_pause() local_unnamed_addr {
----------------
mshockwave wrote:
I think you can get rid of most of the `dso_local` and `local_unnamed_addr` in this file.
https://github.com/llvm/llvm-project/pull/159246
More information about the llvm-commits
mailing list