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

[InstanceChoice] Move specialize options pass earlier in the firtool pipeline #7988

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

prithayan
Copy link
Contributor

Move the SpecializeOptionsChoice pass earlier in the pipeline. This is required since most of the passes cannot handle InstanceChoiceOp including the InstanceGraph analysis and may result in invalid IR.
This ensures that all the InstanceChoiceOp are replaced by InstanceOp after the specialize pass is run, since partially specified options are still not supported.

@prithayan prithayan requested a review from seldridge December 13, 2024 15:29
@prithayan prithayan merged commit 4308233 into main Dec 13, 2024
4 checks passed
@prithayan prithayan deleted the dev/pbarua/instancechoice branch December 13, 2024 16:22
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.

2 participants