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
{{ message }}
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
As discussed, a small improvement to the fusion algorithm to account for
the case when we have multiple uses of a definition but all those uses
already belong to the group we are in. This allows us to fuse "diamond
patterns" of multiple uses into a single group. See the update to the
lit test for the improvement.
Note that this still is not a "maximal" fusion which can create groups
with multiple returns etc.
---------
Co-authored-by: Srinath Avadhanula <[email protected]>
0 commit comments