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 457d13d commit 06ac1b1Copy full SHA for 06ac1b1
llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
@@ -937,7 +937,7 @@ bool AMDGPUPromoteAllocaImpl::tryPromoteAllocaToVector(AllocaInst &Alloca) {
937
GEP->getSourceElementType())) {
938
if (UsedInLoad && UserVecTy->getNumElements() > DynIdxNumElmLimit) {
939
return RejectUser(Inst,
940
- "user has too many number of elements for dynamic index");
+ "user has too many elements for dynamic index");
941
}
942
943
0 commit comments