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
I would suggest getting the jit-pre-opt (or jit-post-opt) for this program, having a look, and seeing how we might have an input parameter of type Void.
. Looks to be running out of registers for the call. Which isn't surprising as this change adds a 7th argument which needs to be passed via the stack, which I believe we haven't implemented yet.
Ah, right. Sorry, I was looking at master. Yes, we haven't done stack arguments yet, and I'm not busting a gut to implement that right now. I would suggest, for the time being, keeping the number of arguments to 6.
Not sure if its a duplicate or not.
Description
White working on the SWT multi module control point transition I found this test case that is failing in both HWT and SWT.
Versions
yk version - a797bdf
ykllvm version - ykjit/ykllvm@9cbe89d
Reproduction
This test case fails when adding a fifth variable
e
to the computation.Test
Test output:
The text was updated successfully, but these errors were encountered: