Skip to content

Commit 7ec2096

Browse files
authored
[AMDGPU] Fix the comment wrt SSrc_* RCs. NFC. (#153711)
1 parent 7e46f5d commit 7ec2096

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/AMDGPU/SIRegisterInfo.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,8 @@ class RegOrImmOperand <RegisterClass RegClass, string OperandTypeName>
11661166
}
11671167

11681168
//===----------------------------------------------------------------------===//
1169-
// SSrc_* Operands with an SGPR or a 32-bit immediate
1169+
// SSrc_* Operands with an SGPR, a 32-bit immediate, or 64-bit immediate
1170+
// if supported by target.
11701171
//===----------------------------------------------------------------------===//
11711172

11721173
class SrcRegOrImm9<RegisterClass regClass, string operandType>

0 commit comments

Comments
 (0)