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

Revert "[LowerToHW] Lower aggregate constant" #4465

Merged
merged 1 commit into from
Dec 20, 2022

Conversation

uenoku
Copy link
Member

@uenoku uenoku commented Dec 20, 2022

This caused a failure on an internal core so revert it for now.

@uenoku uenoku merged commit b4e042d into main Dec 20, 2022
uenoku added a commit that referenced this pull request Feb 1, 2023
uenoku added a commit that referenced this pull request Feb 3, 2023
This PR reimplements #4451 revered by #4465. The bug was that `getOrCreateAggregateConstantAttribute` re-used IntegerAttribute used by firrtl.aggregateconstant op. In FIRRTL dialect, integer attrs are APSIntAttr, which aren't compatible with normal integer attributes. 103e595 includes a fix to explicitly convert APSIntAttr into normal integer attrs.
@darthscsi darthscsi deleted the revert-4451-dev/uenoku/aggregate-constant-lower-to-hw branch June 4, 2024 14:47
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.

1 participant