================
@@ -150,6 +150,11 @@ class X86InstrInfo final : public X86GenInstrInfo {
public:
explicit X86InstrInfo(X86Subtarget &STI);
+ const TargetRegisterClass *
----------------
KanRobert wrote:
Make sense. Done.
https://github.com/llvm/llvm-project/pull/67702