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
There are lot of places where we check for if (targetReg != op1Reg) then generate movprfx. This should be centralized so we do not accidently miss adding it.
There are lot of places where we check for
if (targetReg != op1Reg)then generatemovprfx. This should be centralized so we do not accidently miss adding it.Reference: #115428 (comment)