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] Lower comb pass boilerplate #5433

Merged
merged 2 commits into from
Jun 20, 2023
Merged

[Comb] Lower comb pass boilerplate #5433

merged 2 commits into from
Jun 20, 2023

Conversation

teqdruid
Copy link
Contributor

@teqdruid teqdruid commented Jun 20, 2023

Some operations in the comb dialect (e.g. comb.truth_table) are not directly supported by ExportVerilog. They need to be lowered into ops which are supported. There are many ways to lower these ops so we do this in a separate pass. This also allows the lowered form to participate in optimizations like the comb canonicalizers. This change is just to introduce the pass boilerplate. It currently doesn't do anything.

Some operations in the comb dialect (e.g. `comb.truth_table`) are not
directly supported by ExportVerilog. They need to be lowered into ops
which are supported. There are many ways to lower these ops so we do
this in a separate pass. This also allows the lowered form to
participate in optimizations like the comb canonicalizers.
@teqdruid teqdruid added the Comb Involving the `comb` dialect label Jun 20, 2023
@teqdruid
Copy link
Contributor Author

Review occurred in #5405.

@teqdruid teqdruid merged commit 3a62185 into main Jun 20, 2023
5 checks passed
@teqdruid teqdruid deleted the dev/teqdruid/lowercomb branch June 20, 2023 21:39
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

Successfully merging this pull request may close these issues.

None yet

2 participants