[llvm] Mark llvm/test/CodeGen/WebAssembly/immediates.ll as passing on MIPS (PR #80771)
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 5 16:42:49 PST 2024
https://github.com/dschuff created https://github.com/llvm/llvm-project/pull/80771
Fixes #80533
>From e5c09cd638fce716b90b9ec3a6737b5471070f62 Mon Sep 17 00:00:00 2001
From: Derek Schuff <dschuff at chromium.org>
Date: Mon, 5 Feb 2024 16:41:46 -0800
Subject: [PATCH] Mark llvm/test/CodeGen/WebAssembly/immediates.ll as passing
on MIPS
Fixes #80533
---
llvm/test/CodeGen/WebAssembly/immediates.ll | 6 ------
1 file changed, 6 deletions(-)
diff --git a/llvm/test/CodeGen/WebAssembly/immediates.ll b/llvm/test/CodeGen/WebAssembly/immediates.ll
index e2342f391b13cb..9de5aa74024933 100644
--- a/llvm/test/CodeGen/WebAssembly/immediates.ll
+++ b/llvm/test/CodeGen/WebAssembly/immediates.ll
@@ -1,11 +1,5 @@
; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -wasm-keep-registers | FileCheck %s
-; Usually MIPS hosts uses a legacy (non IEEE 754-2008) encoding for NaNs.
-; Tests like `nan_f32` failed in attempt to compare hard-coded IEEE 754-2008
-; NaN value and a legacy NaN value provided by a system.
-; FIXME: This should be based on host not target, but there's no "system-mips" feature.
-; XFAIL: target={{(mips|mipsel|mips64|mips64el)-.*}}
-
; Test that basic immediates assemble as expected.
target triple = "wasm32-unknown-unknown"
More information about the llvm-commits
mailing list