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

dialects: (seq) Finish seq.compreg optionals #2450

Merged
merged 2 commits into from
Apr 12, 2024

Conversation

lucjaulmes
Copy link
Collaborator

Now #2448 and #2407 are in we can finally complete what was left out of #2404:

  • an optional attribute inner_sym
  • the second optional operand powerOn

@lucjaulmes lucjaulmes requested a review from Moxinilian April 11, 2024 16:07
@lucjaulmes lucjaulmes self-assigned this Apr 11, 2024
@lucjaulmes lucjaulmes changed the title Finish seq.compreg optionals dialects: (seq) Finish seq.compreg optionals Apr 11, 2024
@lucjaulmes lucjaulmes added the dialects Changes on the dialects label Apr 11, 2024
Copy link
Collaborator

@PapyChacal PapyChacal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@Moxinilian Moxinilian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! CIRCT seems to have a lot of places where it cares about SSA names being consistent (with the option to set names separately otherwise), but considering this was fairly complex when I implemented it in HwModule, I think it's better if we only add it when truly necessary. I think all the xDSL features to do it are here but it would probably require some refactoring to do it properly.

@lucjaulmes lucjaulmes merged commit f91dc4c into xdslproject:main Apr 12, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialects Changes on the dialects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants