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
error: Using a raw APInt parameter without a custom comparator is not supported
because an assert in the equality operator is triggered when the two APInts have
different bit widths. This can lead to unexpected crashes. Use an `APIntParameter`
or provide a custom comparator.
See #135970. We should update the document accordingly.