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
#6875 caused a small regression in some of our circuits where we started to multiply a predicate into a value multiple times unnecessarily.
We should nail down how this regression is coming in (notably the optimization we added prevents the automatic value merging of if-else instructions for numeric values if the new optimization fires) and address it.
The text was updated successfully, but these errors were encountered:
#6875 caused a small regression in some of our circuits where we started to multiply a predicate into a value multiple times unnecessarily.
We should nail down how this regression is coming in (notably the optimization we added prevents the automatic value merging of if-else instructions for numeric values if the new optimization fires) and address it.
The text was updated successfully, but these errors were encountered: