[llvm] [RISCV][MachineVerifier] Use RegUnit for register liveness checking (PR #115980)
Piyou Chen via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 17 20:15:13 PST 2024
================
@@ -3035,6 +3035,13 @@ void MachineVerifier::checkLiveness(const MachineOperand *MO, unsigned MONum) {
if (llvm::is_contained(TRI->subregs(MOP.getReg()), Reg))
Bad = false;
+
----------------
BeMg wrote:
Yes, thanks for the reminder. Dropped.
https://github.com/llvm/llvm-project/pull/115980
More information about the llvm-commits
mailing list