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

[LLHD] Support conditional drives in mem2reg #8278

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

fabianschuiki
Copy link
Contributor

Extend the LLHD Mem2Reg pass to support conditional drives. This is pretty trivial since the pass already tracks drive conditions generated through control flow. All that's needed is to initialize the condition of a drive's reaching definition that gets propagated across the lattice.

Extend the LLHD Mem2Reg pass to support conditional drives. This is
pretty trivial since the pass already tracks drive conditions generated
through control flow. All that's needed is to initialize the condition
of a drive's reaching definition that gets propagated across the
lattice.
Copy link
Member

@maerhart maerhart left a comment

Choose a reason for hiding this comment

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

LGTM

@fabianschuiki fabianschuiki merged commit f894ff3 into main Feb 26, 2025
5 checks passed
@fabianschuiki fabianschuiki deleted the fschuiki/mem2reg-conditional-drives branch February 26, 2025 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants