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

Migration to LLVM's NewPM #42459

Closed
17 of 22 tasks
vchuravy opened this issue Oct 1, 2021 · 1 comment
Closed
17 of 22 tasks

Migration to LLVM's NewPM #42459

vchuravy opened this issue Oct 1, 2021 · 1 comment
Assignees
Labels
compiler:codegen Generation of LLVM IR and native code compiler:latency Compiler latency

Comments

@vchuravy
Copy link
Member

vchuravy commented Oct 1, 2021

Since https://twitter.com/ryan_levick/status/1443202538099073027?s=21 has spurred some interest in the community,
I wanted to publicly track where we are at in transitioning from the old pass manager to the new pass manager.

The most tedious aspect right now is doing the API change to our passes, and after that the real work can get started.

@vchuravy vchuravy added the compiler:codegen Generation of LLVM IR and native code label Oct 1, 2021
@vchuravy vchuravy self-assigned this Oct 1, 2021
@JeffBezanson JeffBezanson added the compiler:latency Compiler latency label Oct 2, 2021
@vchuravy
Copy link
Member Author

Now done as part of #48700

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 compiler:latency Compiler latency
Projects
None yet
Development

No branches or pull requests

2 participants