iree-org / iree-llvm-sandbox

A sandbox for quick iteration and experimentation on projects related to IREE, MLIR, and LLVM
Apache License 2.0
54 stars 31 forks source link

[Substrait] Implemented folding of chains of emit ops. #830

Closed ingomueller-net closed 5 months ago

ingomueller-net commented 5 months ago

This PR depends on and, therefor, includes #827 and its dependencies.

This extends the folding of emit ops to the case where the input is also an emit op, in which case the two are fused into a single one.