Stream: git-cranelift

Topic: cranelift / Issue #1161 [bugpoint] Remove ebb params


view this post on Zulip GitHub (Feb 28 2020 at 23:27):

alexcrichton transferred Issue #1161:

    jump ebb1(v0)

ebb1(v0: i64):

==>

    jump ebb1

ebb1:
    v0 = iconst.i64 0

Last updated: Oct 23 2024 at 20:03 UTC