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
As noticed on #161924 - evaluation of the Builtin::BI__builtin_rotate* intrinsics have an unnecessary Amt.urem() call - APInt::rotl/r handles this for us so we can remove these.