Skip to content

Commit 503b83c

Browse files
committed
[AMDGPU] Update comment.
1 parent 3ada03f commit 503b83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ static Value *GEPToVectorIndex(GetElementPtrInst *GEP, AllocaInst *Alloca,
446446
// %0 = alloca [10 x <2 x i32>], align 8, addrspace(5)
447447
// %1 = getelementptr [10 x <2 x i32>], ptr addrspace(5) %0, i32 0, i32 %j
448448
// %2 = getelementptr i8, ptr addrspace(5) %1, i32 4
449-
// %3 = load i32, ptr addrspace(5) %2, align 4
449+
// %3 = load i32, ptr addrspace(5) %2, align 4
450450
//
451451
// Combine both GEP operations in a single pass, producing:
452452
// BasePtr = %0

0 commit comments

Comments
 (0)