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

[comb] Break out some canonicalizations into optimization pass #6931

Open
teqdruid opened this issue Apr 18, 2024 · 0 comments
Open

[comb] Break out some canonicalizations into optimization pass #6931

teqdruid opened this issue Apr 18, 2024 · 0 comments
Labels
Comb Involving the `comb` dialect

Comments

@teqdruid
Copy link
Contributor

We are probably abusing canonicalizations to implement optimizations which should really be in some sort of optimize-comb pass. Canonizations should really just be simple transformations which aid analysis. So we should create a pass, identify which canonicalizations should be moved and move them.

I think @darthscsi agrees with me. Dunno who else does.

@teqdruid teqdruid added the Comb Involving the `comb` dialect label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Comb Involving the `comb` dialect
Projects
None yet
Development

No branches or pull requests

1 participant