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

Remove various uses of jl_LLVMContext in codegen #43749

Merged
merged 5 commits into from
Jan 12, 2022

Conversation

pchintalapudi
Copy link
Member

This PR removes most of the uses of the global jl_LLVMContext whenever an LLVMContext argument is implicitly passed into the function.

@pchintalapudi pchintalapudi added the compiler:codegen Generation of LLVM IR and native code label Jan 10, 2022
@pchintalapudi pchintalapudi added the excision Removal of code from Base or the repository label Jan 11, 2022
src/intrinsics.cpp Show resolved Hide resolved
@vtjnash vtjnash merged commit 0d89074 into JuliaLang:master Jan 12, 2022
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
Remove many frivolous uses of jl_LLVMContext.
@pchintalapudi pchintalapudi deleted the pc/local-context branch March 6, 2022 21:59
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
Remove many frivolous uses of jl_LLVMContext.
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 excision Removal of code from Base or the repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants