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 4703c1c commit 6be5da5Copy full SHA for 6be5da5
llvm/lib/Transforms/Vectorize/VPlanUtils.h
@@ -86,7 +86,7 @@ inline bool isSingleScalar(const VPValue *VPV) {
86
all_of(VPI->operands(), isSingleScalar));
87
})
88
.Case<VPExpandSCEVRecipe>([](const VPValue *) {
89
- // VPExpandSCEVRecipes must be placed in the entry and are alway
+ // VPExpandSCEVRecipes must be placed in the entry and are always
90
// uniform.
91
return true;
92
0 commit comments