ir::Builder::add_group()
should take a done condition
#1119
Labels
C: Internal
Changes to compiler internals
good first issue
Good issue to start contributing on Calyx
S: Available
Can be worked upon
Since we know that every group must have a
group[done] = ...
assignment, their::Builder::add_group()
function should take arguments for the group's done condition.In fact, it may even be useful to have
add_group()
take aVec<ir::Assignment>
argument for the group's assignments, although there may be drawbacks to this that I'm not thinking of.The text was updated successfully, but these errors were encountered: