melior icon indicating copy to clipboard operation
melior copied to clipboard

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

Open devins2518 opened this issue 10 months ago • 0 comments

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 avatar Apr 24 '24 15:04 devins2518