You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
superlopuh
changed the title
Minor fix on the base PDL interpreter
transformations: fix rewriting in the base PDL interpreter where multiple operations are added in the rewrite body
Dec 4, 2024
superlopuh
changed the title
transformations: fix rewriting in the base PDL interpreter where multiple operations are added in the rewrite body
interpreter: (pdl) fix multiple operations in rewrite pattern interpreter
Dec 4, 2024
Instead, accumulating operations created in the pass to a work list, and adding them in the end, instead of getting them from a use-def chain at the end.
(a + b) + c -> a + (b + c)
The text was updated successfully, but these errors were encountered: