Files
wasmtime/cranelift/tests/bugpoint_consts_expected.clif
Jamey Sharp 3629bbbd55 Print constants in a comment in CLIF output (#4725)
When trying to read generated CLIF, it's nice to be able to see at a
glance that some of the operands are defined by `iconst` and similar
instructions, without having to go find each operand's definition
manually.
2022-08-17 09:00:20 -07:00

27 lines
971 B
Plaintext

function u0:0() fast {
sig0 = (f32, f64, i8, i16, i32, i64, i128, b1, b8, b128, r32, r64, b8x16, i16x4, f32x16) fast
fn0 = u0:1 sig0
const0 = 0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
const1 = 0x0000000000000000
const2 = 0x00000000000000000000000000000000
block1:
v0 = f32const 0.0
v1 = f64const 0.0
v2 = iconst.i8 0
v3 = iconst.i16 0
v4 = iconst.i32 0
v5 = iconst.i64 0
v6 = iconst.i128 0
v7 = bconst.b1 false
v8 = bconst.b8 false
v9 = bconst.b128 false
v10 = null.r32
v11 = null.r64
v12 = vconst.b8x16 const2
v13 = vconst.i16x4 const1
v14 = vconst.f32x16 const0
call fn0(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14) ; v0 = 0.0, v1 = 0.0, v2 = 0, v3 = 0, v4 = 0, v5 = 0, v6 = 0, v7 = false, v8 = false, v9 = false, v12 = const2, v13 = const1, v14 = const0
trap user0
}