[llvm] 324a15c - [AMDGPU][NFC] Fix missing size in comment
Carl Ritson via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 20 19:39:56 PDT 2020
Author: Carl Ritson
Date: 2020-10-21T11:38:21+09:00
New Revision: 324a15ceade2dc5ac5b0f106e0127c5c47942614
URL: https://github.com/llvm/llvm-project/commit/324a15ceade2dc5ac5b0f106e0127c5c47942614
DIFF: https://github.com/llvm/llvm-project/commit/324a15ceade2dc5ac5b0f106e0127c5c47942614.diff
LOG: [AMDGPU][NFC] Fix missing size in comment
Added:
Modified:
llvm/lib/Target/AMDGPU/SIRegisterInfo.h
Removed:
################################################################################
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 @@ class SIRegisterInfo final : public AMDGPUGenRegisterInfo {
static std::array<std::vector<int16_t>, 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
diff erent dword offsets.
static std::array<std::array<uint16_t, 32>, 9> SubRegFromChannelTable;
More information about the llvm-commits
mailing list