8000 Force all XMRRefs to go through hierpath by darthscsi · Pull Request #5220 · llvm/circt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Force all XMRRefs to go through hierpath #5220

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

Merged
merged 9 commits into from
May 26, 2023
Merged

Conversation

darthscsi
Copy link
Contributor

Remove arbitrary limits on hierpath so that they can represent any path.
xmrrefop has to go through hierpath
macros defs are properly scoped for use in firrtl.circuit.

Copy link
Contributor
@trilorez trilorez left a comment

Choose a reason for hiding this comment

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

LGTM, other than the clang-tidy errors

else if (!refSendPath.empty())
if (refSendPath.empty()) {
if (refVal.getDefiningOp())
refVal.getDefiningOp()->getParentOp()->dump();
Copy link
Contributor

Choose a reason for hiding this comment

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

This looks like debugging code, please remove.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Stupid debugging code.

@darthscsi darthscsi requested a review from seldridge as a code owner May 26, 2023 03:18
@darthscsi darthscsi merged commit e5312a2 into main May 26, 2023
@darthscsi darthscsi deleted the dev/darthscsi/xmrfix branch April 11, 2024 17:12
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.

3 participants
0