From 324a15ceade2dc5ac5b0f106e0127c5c47942614 Mon Sep 17 00:00:00 2001 From: Carl Ritson Date: Wed, 21 Oct 2020 11:38:21 +0900 Subject: [PATCH] [AMDGPU][NFC] Fix missing size in comment --- llvm/lib/Target/AMDGPU/SIRegisterInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;