diff --git a/llvm/lib/Target/AMDGPU/SIRegisterInfo.h b/llvm/lib/Target/AMDGPU/SIRegisterInfo.h index 6cae479a69b5..978361b1a271 100644 --- a/llvm/lib/Target/AMDGPU/SIRegisterInfo.h +++ b/llvm/lib/Target/AMDGPU/SIRegisterInfo.h @@ -41,7 +41,7 @@ private: static std::array, 16> RegSplitParts; // Table representing sub reg of given width and offset. - // First index is subreg size: 32, 64, 96, 128, 160, 192, 256, 512. + // First index is subreg size: 32, 64, 96, 128, 160, 192, 224, 256, 512. // Second index is 32 different dword offsets. static std::array, 9> SubRegFromChannelTable;