Closed ingomueller-net closed 3 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.
project
field_reference
emit
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 arefield_reference
s of top-level input fields and expresses them through anemit
op instead.