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
Refactor constant folding of applications (#20099)
Move them in typedApply/typedTypeApply instead of leaving them until
adapt. This aligns these folds with folds of unary operations, which are
done already in typedSelect and avoids potentially several calls to
ConstFold when arguments are passed to overloaded methods.
0 commit comments