[llvm] [AMDGPU][MachineRegisterInfo] Extend the MRI live-ins check to account for Subreg (PR #126926)
Vikash Gupta via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 5 00:17:46 PST 2025
================
@@ -448,9 +448,21 @@ void MachineRegisterInfo::clearKillFlags(Register Reg) const {
}
bool MachineRegisterInfo::isLiveIn(Register Reg) const {
----------------
vg0204 wrote:
Kindly look into #129847 and #129848, with implementation changes needed to utilize MBB's isLiveIn function!
https://github.com/llvm/llvm-project/pull/126926
More information about the llvm-commits
mailing list