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 cb1b97a commit 696ab03Copy full SHA for 696ab03
llvm/test/CodeGen/AMDGPU/idot4s.ll
@@ -3454,7 +3454,7 @@ entry:
3454
; Confirm that we are actually accessing these bytes.
3455
;
3456
; Previously, we used the dword offset from the corresponding byte in the second (S1) operand.
3457
-; The result was to access the thd byte instead of the 4th (i.e. a dword offset of 0 instead of 1).
+; The result was to access the 0th byte instead of the 4th (i.e. a dword offset of 0 instead of 1).
3458
3459
define amdgpu_kernel void @ByteOffsetCorrectness(ptr addrspace(1) %inptr1, i8 %l81, i8 %l51) {
3460
; GFX7-LABEL: ByteOffsetCorrectness:
0 commit comments