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

dialect macro doesn't generate builder function to set return types for operations which don't support type inference #523

Open
devins2518 opened this issue Apr 24, 2024 · 0 comments

Comments

@devins2518
Copy link

Ran into this issue when trying to use dialects from circt specifically the comb dialect. Afaik all of the comb operations expect to be given an explicit return type, however the dialect macro does not generate this function. The error that occurs is seen below:

Screenshot 2024-04-24 at 11 15 52 AM
@devins2518 devins2518 changed the title dialect macro doesn't generate function to set return types for operations which don't support type inference dialect macro doesn't generate builder function to set return types for operations which don't support type inference Apr 24, 2024
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

No branches or pull requests

1 participant