[llvm] [CodeGen] Utilizing register units based liveIns tracking in MBB (PR #129847)
Vikash Gupta via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 20:39:58 PST 2025
================
@@ -158,6 +159,7 @@ class MachineBasicBlock
MachineFunction *xParent;
Instructions Insts;
+ const TargetRegisterInfo *TRI;
----------------
vg0204 wrote:
But it's need be used repeatedly while regunits are in question! So would it be good calling it everytime from MF
https://github.com/llvm/llvm-project/pull/129847
More information about the llvm-commits
mailing list