Skip to content

Commit c0cb0be

Browse files
authored
Mark llvm/test/CodeGen/WebAssembly/immediates.ll as passing on MIPS (llvm#80771)
Fixes llvm#80533
1 parent c1c5b85 commit c0cb0be

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/test/CodeGen/WebAssembly/immediates.ll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -wasm-keep-registers | FileCheck %s
22

3-
; Usually MIPS hosts uses a legacy (non IEEE 754-2008) encoding for NaNs.
4-
; Tests like `nan_f32` failed in attempt to compare hard-coded IEEE 754-2008
5-
; NaN value and a legacy NaN value provided by a system.
6-
; FIXME: This should be based on host not target, but there's no "system-mips" feature.
7-
; XFAIL: target={{(mips|mipsel|mips64|mips64el)-.*}}
8-
93
; Test that basic immediates assemble as expected.
104

115
target triple = "wasm32-unknown-unknown"

0 commit comments

Comments
 (0)