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

Export additional LLVM passes #31428

Merged
merged 3 commits into from
Mar 24, 2019
Merged

Export additional LLVM passes #31428

merged 3 commits into from
Mar 24, 2019

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Mar 21, 2019

Addendum to #31101: the GC lowering pass performs critical clean-up (specifically, removing unsupported operand bundles), so we need to able to call them from within CUDAnative.jl without having to rerun the entire optimization pipeline. This would also be another use case for #31135.

cc @vchuravy, you wanted to add other passes here?

@maleadt maleadt added compiler:codegen Generation of LLVM IR and native code domain:gpu Affects running Julia on a GPU labels Mar 21, 2019
@vchuravy
Copy link
Sponsor Member

Yeah, I have been wanting this for MCAnalyzer for a while. Makes it much easier to play around with the effects of changing pipeline order.

@maleadt maleadt merged commit f82b81c into master Mar 24, 2019
@maleadt maleadt deleted the tb/export_passes branch March 24, 2019 19:36
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 domain:gpu Affects running Julia on a GPU
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants