[llvm] [SelectionDAG] Switch to LiveRegUnits (PR #84197)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 7 08:51:24 PST 2024
================
@@ -1113,7 +1113,7 @@ static void toggleKills(const MachineRegisterInfo &MRI, LivePhysRegs &LiveRegs,
continue;
// Things that are available after the instruction are killed by it.
- bool IsKill = LiveRegs.available(MRI, Reg);
+ bool IsKill = LiveRegs.available(Reg);
----------------
AtariDreams wrote:
What do you mean by "the verifier" since I do not see any verifier in this code
https://github.com/llvm/llvm-project/pull/84197
More information about the llvm-commits
mailing list