Skip to content

Commit 06ac1b1

Browse files
choikwaCopilot
andauthored
Update llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
Co-authored-by: Copilot <[email protected]>
1 parent 457d13d commit 06ac1b1

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
@@ -937,7 +937,7 @@ bool AMDGPUPromoteAllocaImpl::tryPromoteAllocaToVector(AllocaInst &Alloca) {
937937
GEP->getSourceElementType())) {
938938
if (UsedInLoad && UserVecTy->getNumElements() > DynIdxNumElmLimit) {
939939
return RejectUser(Inst,
940-
"user has too many number of elements for dynamic index");
940+
"user has too many elements for dynamic index");
941941
}
942942
}
943943
}

0 commit comments

Comments
 (0)