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 #40855, alignment calculation in julia_const_to_llvm #40864

Merged
merged 1 commit into from
May 19, 2021
Merged

Conversation

JeffBezanson
Copy link
Sponsor Member

This appears as a regression due to doing more constant folding in 1.6+

fix #40855

This appears as a regression due to doing more constant folding in 1.6+
@JeffBezanson JeffBezanson added compiler:codegen Generation of LLVM IR and native code kind:bugfix This change fixes an existing bug backport 1.6 Change should be backported to release-1.6 labels May 18, 2021
@vtjnash vtjnash merged commit 4211c3f into master May 19, 2021
@vtjnash vtjnash deleted the jb/fix40855 branch May 19, 2021 03:36
KristofferC pushed a commit that referenced this pull request Jun 4, 2021
This appears as a regression due to doing more constant folding in 1.6+

(cherry picked from commit 4211c3f)
shirodkara pushed a commit to shirodkara/julia that referenced this pull request Jun 9, 2021
…uliaLang#40864)

This appears as a regression due to doing more constant folding in 1.6+
johanmon pushed a commit to johanmon/julia that referenced this pull request Jul 5, 2021
…uliaLang#40864)

This appears as a regression due to doing more constant folding in 1.6+
@KristofferC KristofferC mentioned this pull request Jul 12, 2021
75 tasks
@KristofferC KristofferC removed the backport 1.6 Change should be backported to release-1.6 label Jul 12, 2021
staticfloat pushed a commit that referenced this pull request Dec 23, 2022
This appears as a regression due to doing more constant folding in 1.6+

(cherry picked from commit 4211c3f)
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.

Undefined behaviour in struct with only union fields
3 participants