We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c5b85 commit c0cb0beCopy full SHA for c0cb0be
llvm/test/CodeGen/WebAssembly/immediates.ll
@@ -1,11 +1,5 @@
1
; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -wasm-keep-registers | FileCheck %s
2
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
-
9
; Test that basic immediates assemble as expected.
10
11
target triple = "wasm32-unknown-unknown"
0 commit comments