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 Apr 2, 2024. It is now read-only.
Previously a support function only optimized function calls
on consts but the operator logic inserts a CoerceToDomain
node before the const as well. This PR allows this case to
also be handled by relaxing the constrainst on args from having
to be constants to having to be merely const-like. That is
the expression cannot reference any vars or use volatile functions.
0 commit comments