Files
wasmtime/cranelift/tests/bugpoint_test_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

36 lines
802 B
Plaintext

function u0:0() system_v {
sig0 = (i64, i64, i16, i64, i64, i64, i64, i64) system_v
fn0 = u0:95 sig0
block0:
v0 = iconst.i64 0
v105 = iconst.i64 0
v829 = iconst.i64 0
v935 -> v829
v962 -> v829
v992 -> v829
v1036 -> v829
v1049 -> v829
v842 = iconst.i64 0
v976 -> v842
v989 -> v842
v1038 -> v842
v1061 -> v842
v883 = iconst.i64 0
v934 -> v883
v961 -> v883
v991 -> v883
v1005 -> v883
v1048 -> v883
v951 = iconst.i64 0
v988 -> v951
v987 = iconst.i64 0
v1052 = iconst.i16 0
v960 -> v1052
v990 -> v1052
v1051 -> v1052
v1055 -> v1052
call fn0(v0, v105, v1052, v883, v829, v987, v951, v842) ; v0 = 0, v105 = 0, v1052 = 0, v883 = 0, v829 = 0, v987 = 0, v951 = 0, v842 = 0
trap user0
}