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

[circt-reduce] OperandForwarder One Operand #5714

Merged

Conversation

seldridge
Copy link
Member

Allow the FIRRTLOperandForwarder to work on operations with one operand. This enables some cleanup of things like:

node a = not(b)

To produce:

node a = b

Allow the FIRRTLOperandForwarder to work on operations with one operand.
This enables some cleanup of things like:

    node a = not(b)

To produce:

    node a = b

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
Copy link
Contributor

@fabianschuiki fabianschuiki left a comment

Choose a reason for hiding this comment

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

LGTM!

@seldridge seldridge merged commit 3d0267c into main Jul 29, 2023
5 checks passed
@darthscsi darthscsi deleted the dev/seldridge/circt-reduce-operation-forwarder-one-operand branch June 4, 2024 14:46
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.

None yet

2 participants