mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-16 23:51:36 -05:00
The DAG pass establishing a mapping between operations in the IR and the optimizer DAG currently omits assignment of the optimizer ID to `FHE.reinterpret_precision` operations via the `TFHE.OId` attribute. This prevents subsequent passes from determining to which optimizer partition a `FHE.reinterpret_precision` operation belongs. This commit removes the early exit in `FunctionToDag::addOperation` for the handling of `FHE.reinterpret_precision` that prevented the code assigning the optimizer ID from being executed.