CIRCT

Circuit IR Compilers and Tools

-dc-dematerialize-forks-sinks: Dematerialize fork and sink operations. 

This pass analyses a function-like operation and removes all fork and sink operations.

-dc-materialize-forks-sinks: Materialize fork and sink operations. 

This pass analyses a function-like operation and inserts fork and sink operations ensuring that all values have exactly one use.