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
Failing test cases:
--- test-case: 32bit division - negative divisor pre: ["r0.type=number", "r0.svalue=0", "r0.uvalue=0"] code: <start>: | w0 = 4194435072 w0 /= 4096655360 post: - r0.type=number - r0.svalue=1 - r0.uvalue=1 --- test-case: 32bit modulo - negative divisor pre: ["r0.type=number", "r0.svalue=0", "r0.uvalue=0"] code: <start>: | w0 = 4194435072 w0 %= 4096655360 post: - r0.type=number - r0.svalue=97779712 - r0.uvalue=97779712
Note: This was found using a version of the fix for #728
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Failing test cases:
Note:
This was found using a version of the fix for #728
The text was updated successfully, but these errors were encountered: