[libc-commits] [libc] [llvm] [LoongArch] Support ISD::SET_ROUNDING (llvm.set.rounding) (PR #205051)
Zhaoxin Yang via libc-commits
libc-commits at lists.llvm.org
Tue Jun 23 02:05:56 PDT 2026
================
@@ -0,0 +1,70 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc --mtriple=loongarch64 --mattr=+f < %s | FileCheck %s --check-prefix=CHECK-F
+; RUN: llc --mtriple=loongarch64 < %s | FileCheck %s --check-prefix=CHECK-NOF
+; RUN: not llc --mtriple=loongarch64 --mattr=+f < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ERR
----------------
ylzsx wrote:
Clearly, conditions 1 and 3 cannot both hold in the same file. Provide evidence showing that the test passes in your environment.
https://github.com/llvm/llvm-project/pull/205051
More information about the libc-commits
mailing list