Stream: git-cranelift

Topic: cranelift / Issue #1159 isplit legalization breaks with b...


view this post on Zulip GitHub (Dec 20 2019 at 18:15):

sstangl assigned Issue #1159 (assigned to sstangl):

test compile
target x86_64

function u0:0(i128, i128, i64) -> i128 system_v {
                                ebb0(v0: i128, v1: i128, v2: i64):
                                    trap user0

                                ebb1:
@0005                               v17 = iconst.i128 0
@0006                               v20 = iconst.i128 0
@000a                               trap user0

                                ebb79:
@00dc                               v425 = iconst.i64 0
@00dc                               v426 = icmp_imm eq v425, 1
@00dc                               brnz v426, ebb80
@00dc                               jump ebb85(v20, v17)

                                ebb80:
@00e0                               trap user0

                                ebb85(v462: i128, v874: i128):
@00ed                               trap user0
}
~~~

view this post on Zulip GitHub (Jan 22 2020 at 16:14):

bnjbvr closed Issue #1159 (assigned to sstangl):

test compile
target x86_64

function u0:0(i128, i128, i64) -> i128 system_v {
                                ebb0(v0: i128, v1: i128, v2: i64):
                                    trap user0

                                ebb1:
@0005                               v17 = iconst.i128 0
@0006                               v20 = iconst.i128 0
@000a                               trap user0

                                ebb79:
@00dc                               v425 = iconst.i64 0
@00dc                               v426 = icmp_imm eq v425, 1
@00dc                               brnz v426, ebb80
@00dc                               jump ebb85(v20, v17)

                                ebb80:
@00e0                               trap user0

                                ebb85(v462: i128, v874: i128):
@00ed                               trap user0
}
~~~

Last updated: Nov 22 2024 at 16:03 UTC