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

fix #34288, method errors in nothrow inference of division intrinsics #41178

Merged
merged 1 commit into from
Jun 14, 2021

Conversation

JeffBezanson
Copy link
Member

fix #34288

@JeffBezanson JeffBezanson added bugfix This change fixes an existing bug compiler:optimizer Optimization passes (mostly in base/compiler/ssair/) backport 1.7 labels Jun 10, 2021
@@ -1568,6 +1568,38 @@ end

# Query whether the given intrinsic is nothrow

function _nthbit(x, n)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we make the @nospecialize explicit for these functions? (IIRC, it is already applied to the whole file)

@JeffBezanson JeffBezanson merged commit cd68571 into master Jun 14, 2021
@JeffBezanson JeffBezanson deleted the jb/fix34288 branch June 14, 2021 19:41
KristofferC pushed a commit that referenced this pull request Jun 17, 2021
@KristofferC KristofferC mentioned this pull request Jun 17, 2021
20 tasks
johanmon pushed a commit to johanmon/julia that referenced this pull request Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug compiler:optimizer Optimization passes (mostly in base/compiler/ssair/)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

codegen assertion in BitIntegers
4 participants