-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 final gc lowering on dynamically sized allocation #48620
Conversation
This should be backported to 1.9 and earlier versions as well. |
Also can you try locally Line 3181 in 05b99af
libjulia-internal .
|
|
(cherry picked from commit 7e57dc7)
I backported this but got an error in the llvmpasses: https://buildkite.com/julialang/julia-release-1-dot-9/builds/101#01866edd-e69e-4681-81ce-5585968bd21b. I'll drop it from the backport branch for now and either @wsmoses and @vchuravy can push a correct backport to those branches. |
(cherry picked from commit 7e57dc7)
(cherry picked from commit 7e57dc7)
Resolves EnzymeAD/Enzyme.jl#553 and is hit during 1.9 on EnzymeAD/Enzyme.jl#597 aka #48621
cc @vchuravy @vtjnash