Skip to content
New issue

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

Integer division optimization bug #238

Merged
merged 2 commits into from
Aug 26, 2017
Merged

Integer division optimization bug #238

merged 2 commits into from
Aug 26, 2017

Conversation

josephschorr
Copy link
Contributor

We accidentally allowed the optimizer to replace integer division with native division, which doesn't follow the same rules around Flooring the result

The optimizer was changing the call (which requires custom logic to ensure Floor-ing) to a native op call
@josephschorr josephschorr self-assigned this Aug 26, 2017
@josephschorr josephschorr merged commit 66fa786 into master Aug 26, 2017
@josephschorr josephschorr deleted the int-div-bug branch August 26, 2017 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant