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

Look into reorganizing pass pipeline #23772

Closed
Keno opened this issue Sep 19, 2017 · 2 comments
Closed

Look into reorganizing pass pipeline #23772

Keno opened this issue Sep 19, 2017 · 2 comments
Assignees
Labels
compiler:codegen Generation of LLVM IR and native code

Comments

@Keno
Copy link
Member

Keno commented Sep 19, 2017

There's some feedback from upstream that our pass pipeline is suboptimal. Look into this
to see if there are any compile/runtime improvements to be had.

@Keno Keno added the compiler:codegen Generation of LLVM IR and native code label Sep 19, 2017
@Keno Keno self-assigned this Sep 19, 2017
@maleadt
Copy link
Member

maleadt commented Sep 20, 2017

Note from external codegen: it would be useful to have a PMbuiler-like extension mechanism, to inject eg. NVPTX-specific passes where appropriate, instead of after the fact. Might be appropriate to think about when reorganizing the passes.

@gbaraldi
Copy link
Member

gbaraldi commented Sep 1, 2023

This has happened a couple of times and now we have moved to LLVMs NewPM

@gbaraldi gbaraldi closed this as completed Sep 1, 2023
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
Projects
None yet
Development

No branches or pull requests

3 participants