mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-18 08:31:31 -05:00
In the optimizer, nodes without consumers are identified as outputs. Since we can now return multiple values, this is inherently buggy, since a value can then be both returned, and consumed to create another input. This commit fixes this by allowing the compiler to tag nodes as being outputs.