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
optimizations: improve Core._apply_iterate call conversion in #59548 (#59601)
Further improves the implementation from #59548.
Specifically, uses `widenconst` to enable conversion of `tuple` calls
that have become `PartialStruct`, and removes incorrect comments and
unused arguments.
Also adds some Julia-IR level tests.
(cherry picked from commit a4e02ca)
0 commit comments