We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc73c2 commit ccb65dcCopy full SHA for ccb65dc
llvm/lib/Target/RISCV/RISCVVectorPeephole.cpp
@@ -388,7 +388,7 @@ bool RISCVVectorPeephole::convertAllOnesVMergeToVMv(MachineInstr &MI) const {
388
}
389
390
// If \p Reg is defined by one or more COPYs of virtual registers, traverses
391
-/// the chain and returns the root non-COPY source.
+// the chain and returns the root non-COPY source.
392
Register RISCVVectorPeephole::lookThruCopies(Register Reg) const {
393
while (MachineInstr *Def = MRI->getUniqueVRegDef(Reg)) {
394
if (!Def->isFullCopy())
0 commit comments