Files
wasmtime/cranelift/filetests/filetests/wasm/multi-val-tons-of-results.clif
2020-06-03 13:31:34 -07:00

36 lines
1.0 KiB
Plaintext

test compile
target x86_64 haswell
target aarch64
function %return_20_i32s() -> i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 {
block0:
v0 = iconst.i32 0
v1 = iconst.i32 1
v2 = iconst.i32 2
v3 = iconst.i32 3
v4 = iconst.i32 4
v5 = iconst.i32 5
v6 = iconst.i32 6
v7 = iconst.i32 7
v8 = iconst.i32 8
v9 = iconst.i32 9
v10 = iconst.i32 10
v11 = iconst.i32 11
v12 = iconst.i32 12
v13 = iconst.i32 13
v14 = iconst.i32 14
v15 = iconst.i32 15
v16 = iconst.i32 16
v17 = iconst.i32 17
v18 = iconst.i32 18
v19 = iconst.i32 19
return v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19
}
function %call_20_i32s() {
fn0 = %return_20_i32s() -> i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32
block0:
v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19 = call fn0()
return
}