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
[GlobalISel] Check the correct register in OneUse check.
This fixes a bug that started triggering after llvm#111730, where we could remove a
load with multiple uses. It looks like the match should be checking the other
register.
%SrcReg = load..
%DstReg = sign_extend_inreg %SrcReg
0 commit comments