EPFL-LAP / dynamatic

DHLS (Dynamic High-Level Synthesis) compiler based on MLIR
Other
60 stars 18 forks source link

[Support] Move BBArc struct and logic to CFG.h #72

Closed asleix closed 7 months ago

asleix commented 7 months ago

In PR #66, logic for determining a BB's predecessor arcs was added. Here, the logic is moved into CFG.h to allow more general access. In addition, some C++ standard library structures were changed to MLIR data structures.