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

Issue 13023 - optimizer produces wrong code for comparision and division of ulong #3809

Merged
merged 1 commit into from Jul 24, 2014

Conversation

yebblies
Copy link
Member

The common sub-expression loader decides that "32-bits is enough for anybody" and doesn't bother loading all 64-bits of the ulong.

https://issues.dlang.org/show_bug.cgi?id=13023

@yebblies yebblies changed the title Issue 13023 - optimizer produces wrong code for comparision and division of ulon Issue 13023 - optimizer produces wrong code for comparision and division of ulong Jul 24, 2014
@WalterBright
Copy link
Member

Auto-merge toggled on

WalterBright added a commit that referenced this pull request Jul 24, 2014
Issue 13023 - optimizer produces wrong code for comparision and division of ulong
@WalterBright WalterBright merged commit f79c6c5 into dlang:master Jul 24, 2014
@yebblies yebblies deleted the issue13023 branch July 25, 2014 06:33
9rnsr pushed a commit to 9rnsr/dmd that referenced this pull request Jul 28, 2014
Issue 13023 - optimizer produces wrong code for comparision and division of ulong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants