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: (hw) Add InnerRefNamespaceTrait to HWModuleOp #2406

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

lucjaulmes
Copy link
Collaborator

This requires InnerRefNamespaceLike.
We use abc.ABC to reimplement the upstream mechanics of implementing this with isa<InnerRefNamespaceLike> and InnerRefNamespaceLike::classof()

Fixes #2402

This requires InnerRefNamespaceLike.
We use abc.ABC to reimplement the upstream mechanics of implementing
this with isa<InnerRefNamespaceLike> and InnerRefNamespaceLike::classof()

Fixes xdslproject#2402
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.68%. Comparing base (d1f2cad) to head (9adef2b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2406   +/-   ##
=======================================
  Coverage   89.68%   89.68%           
=======================================
  Files         346      346           
  Lines       41418    41423    +5     
  Branches     6175     6175           
=======================================
+ Hits        37144    37149    +5     
  Misses       3372     3372           
  Partials      902      902           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Moxinilian Moxinilian merged commit 6b813c0 into xdslproject:main Apr 3, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dialects: (hw) Make HWModuleOp have InnerSymbolTableTrait
3 participants