You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fac-ssa gets invoked and the loop instruction is reached, the two values that have been pushed onto the stack disappear when we enter the loop, so then the subsequent call to $pick1 doesn't have any parameters to use.
After
fac-ssa
gets invoked and the loop instruction is reached, the two values that have been pushed onto the stack disappear when we enter the loop, so then the subsequent call to$pick1
doesn't have any parameters to use.The spec
Our rule:
wasm-semantics/pykwasm/src/pykwasm/kdist/wasm-semantics/wasm.md
Lines 549 to 552 in ad238ca
It looks like the spec states that the stack values are prepended to the instructions when entering the block, but we aren't doing that here.
The text was updated successfully, but these errors were encountered: