cfallin commented on issue #1505:
Closing in favor of #3370.
cfallin closed issue #1505:
Using cranelift 0.62, the following results in this error message:" v5 is a ghost value used by a real [Op1ret#c3] instruction".
function u0:82(i64) -> i64 system_v { block0(v0: i64): v1 = load.i64 notrap aligned v0 v2 = load.i64 notrap aligned v0+8 v3 = iconst.i64 1 v4 = iconst.i64 2 v5 = imax v3, v4 return v5 }
Last updated: Nov 22 2024 at 16:03 UTC