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 071217c commit d75713cCopy full SHA for d75713c
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -20080,7 +20080,7 @@ class HorizontalReduction {
20080
NumRegs =
20081
TTI.getNumberOfRegisters(TTI.getRegisterClassForType(true, Tp));
20082
while (NumParts > NumRegs) {
20083
- assert(ReduxWidth > 0 && "ReduxWidth is unexpectedly 0.");
+ assert(ReduxWidth > 0 && "ReduxWidth is unexpectedly 0.");
20084
ReduxWidth = bit_floor(ReduxWidth - 1);
20085
VectorType *Tp = getWidenedType(ScalarTy, ReduxWidth);
20086
NumParts = TTI.getNumberOfParts(Tp);
0 commit comments