[llvm] Mark llvm/test/CodeGen/WebAssembly/immediates.ll as passing on MIPS (PR #80771)

via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 16:43:23 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-backend-webassembly

Author: Derek Schuff (dschuff)

<details>
<summary>Changes</summary>

Fixes #<!-- -->80533

---
Full diff: https://github.com/llvm/llvm-project/pull/80771.diff


1 Files Affected:

- (modified) llvm/test/CodeGen/WebAssembly/immediates.ll (-6) 


``````````diff
diff --git a/llvm/test/CodeGen/WebAssembly/immediates.ll b/llvm/test/CodeGen/WebAssembly/immediates.ll
index e2342f391b13c..9de5aa7402493 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"

``````````

</details>


https://github.com/llvm/llvm-project/pull/80771


More information about the llvm-commits mailing list