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
Fix Log and Equal is_equivalent ignoring primitive state
Log carries base_ and Equal carries equal_nan_, but both used
DEFINE_DEFAULT_IS_EQUIVALENT(), so the compile simplify pass merged
log/log2/log10 of the same input, and array_equal with and without
equal_nan, into a single node.
0 commit comments