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

[NFC][HW] Fix parsing of nullary hw.triggered ops #7291

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

fzi-hielscher
Copy link
Contributor

Make the variadic inputs argument of the hw.triggered operation optional in the declarative assembly format. Without this change the generated parser fails on nullary instances due to the empty/missing type list.

@fzi-hielscher
Copy link
Contributor Author

I recon this is a pretty non-controversial change. As it is currently blocking another PR, I hope you don't mind me merging this without approval.

@fzi-hielscher fzi-hielscher merged commit dd93f06 into llvm:main Jul 9, 2024
4 checks passed
Copy link
Contributor

@teqdruid teqdruid left a comment

Choose a reason for hiding this comment

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

Lgtm

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