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
[CodeGen] Remove getSubReg from TargetRegisterInfo. NFC (llvm#127680)
Users can use the version inherited from MCRegisterInfo.
This version was added by e7694f3 to return a Register. It was
later changed to return MCRegister by bab72dd making it identical
MCRegisterInfo.
0 commit comments