Cleared 2m ago · google/heir #1946 · MLIR · ★ 838 · Apache-2.0

Use ArithmeticDag for all `polynomial.eval` lowerings

In #1945 we split the process of lowering polynomial.eval into two steps: constructing an ArithemticDag for the lowered eval and materializing the IR in the pass by running a visitor over the DAG. The first step is good because you can unit test the lowered arithmetic DAG outside…

What we checked

Similar unclaimed issues