[llvm] [RISCV][MachineVerifier] Use RegUnit for register liveness checking (PR #115980)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 15 16:56:12 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;
+
----------------
arsenm wrote:
Above is_contained still redundant?
https://github.com/llvm/llvm-project/pull/115980
More information about the llvm-commits
mailing list