Skip to content

Commit 696ab03

Browse files
committed
Fix comment
Change-Id: I243db030171d8997d227378dd3bbc9147aa56bdb
1 parent cb1b97a commit 696ab03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AMDGPU/idot4s.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3454,7 +3454,7 @@ entry:
34543454
; Confirm that we are actually accessing these bytes.
34553455
;
34563456
; 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).
3457+
; The result was to access the 0th byte instead of the 4th (i.e. a dword offset of 0 instead of 1).
34583458

34593459
define amdgpu_kernel void @ByteOffsetCorrectness(ptr addrspace(1) %inptr1, i8 %l81, i8 %l51) {
34603460
; GFX7-LABEL: ByteOffsetCorrectness:

0 commit comments

Comments
 (0)