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] Add pattern that eliminates yielding of input fields. #847

Closed ingomueller-net closed 3 months ago

ingomueller-net commented 5 months ago

This PR depends on and, therefor, includes #846.

This PR adds a pattern to the emit deduplication pass that removes values yielded from project that are field_references of top-level input fields and expresses them through an emit op instead.