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 ec4ad28 commit a73c5eeCopy full SHA for a73c5ee
llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
@@ -1069,8 +1069,8 @@ void SIFoldOperandsImpl::foldOperand(
1069
return;
1070
1071
// Fold if the destination register class of the MOV instruction (ResRC)
1072
- // is a superclass of (or equal to) the destination register class of the COPY (DestRC).
1073
- // If this condition fails, folding would be illegal.
+ // is a superclass of (or equal to) the destination register class of the
+ // COPY (DestRC). If this condition fails, folding would be illegal.
1074
const MCInstrDesc &MovDesc = TII->get(MovOp);
1075
assert(MovDesc.getNumDefs() > 0 && MovDesc.operands()[0].RegClass != -1);
1076
const TargetRegisterClass *ResRC =
0 commit comments