1 ; RUN: llc < %s -asm-verbose=false \
2 ; RUN: -fast-isel -fast-isel-abort=1 -verify-machineinstrs \
5 target datalayout = "e-p:32:32-i64:64-n32:64-S128"
6 target triple = "wasm32-unknown-unknown"
8 ; This tests very minimal fast-isel functionality.
10 ; CHECK-LABEL: immediate_f32:
11 ; CHECK: f32.const $push{{[0-9]+}}=, 0x1.4p1{{$}}
12 define float @immediate_f32() {
16 ; CHECK-LABEL: immediate_f64:
17 ; CHECK: f64.const $push{{[0-9]+}}=, 0x1.4p1{{$}}
18 define double @immediate_f64() {