================ @@ -158,6 +159,7 @@ class MachineBasicBlock MachineFunction *xParent; Instructions Insts; + const TargetRegisterInfo *TRI; ---------------- arsenm wrote: This should not gain a TRI member https://github.com/llvm/llvm-project/pull/129847