cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

arc-script: Don't omit `arc.block.results` in MLIR backend #253

Closed frej closed 3 years ago

frej commented 3 years ago

The blocks in an arc.if have to have terminators even if the arc.if does not return a value, so generate an arc.block.result"() : () -> () in that case.