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 #37880, overflow in shift amount range check in codegen #37891

Merged
merged 1 commit into from
Oct 6, 2020

Conversation

JeffBezanson
Copy link
Sponsor Member

fix #37880

@JeffBezanson JeffBezanson added compiler:codegen Generation of LLVM IR and native code kind:bugfix This change fixes an existing bug backport 1.5 labels Oct 5, 2020
@JeffBezanson JeffBezanson merged commit 0a04f41 into master Oct 6, 2020
@JeffBezanson JeffBezanson deleted the jb/fix37880 branch October 6, 2020 01:25
KristofferC pushed a commit that referenced this pull request Oct 21, 2020
@KristofferC KristofferC mentioned this pull request Oct 21, 2020
15 tasks
KristofferC pushed a commit that referenced this pull request Oct 21, 2020
@KristofferC
Copy link
Sponsor Member

Doesn't backport cleanly (fails to build on LLVM 9 I guess). Can push a backported commit to #38122

@vchuravy vchuravy mentioned this pull request Jan 21, 2021
27 tasks
vchuravy pushed a commit that referenced this pull request Jan 22, 2021
vchuravy pushed a commit that referenced this pull request Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:codegen Generation of LLVM IR and native code kind:bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Codegen bug with Base.lshr_int intrinsic
3 participants