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
Please see https://godbolt.org/z/KExP3cj8h for an example. If m and n are both constants that can be embedded in Arm64 and instructions, it might be better to emit two and instructions instead of combining the two constants. In practice, there might be complications. For example, if the constant combination can be hoisted outside of a loop and there's no register pressure, then it could be better to do combine the constants outside of the loop and do only one and inside the loop. However, in other cases, having two and instructions is better having three.