We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation of the following program crashes with:
"bug_681.jazz", line 6 (2-8): compilation error in function load_small: asmgen: invalid rexpr for oprd (32)[RSP + ((64u) 0)] invalid Load size
It seems that stack-allocation emits wrong code.
export fn load_small(reg u32 x) -> reg u16 { stack u32 s; reg u16 r; s = x; r = s; return r; }
The text was updated successfully, but these errors were encountered:
I'm working on it, but the changes in the proofs are not that small, so I need some time.
Sorry, something went wrong.
eponier
Successfully merging a pull request may close this issue.
Compilation of the following program crashes with:
It seems that stack-allocation emits wrong code.
The text was updated successfully, but these errors were encountered: