Skip to content

Commit 18c79ca

Browse files
[LV][NFC] Remove unnecessary space in comment
1 parent 26c582b commit 18c79ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4467,7 +4467,7 @@ static bool willGenerateVectors(VPlan &Plan, ElementCount VF,
44674467
if (EphemeralRecipes.contains(&R))
44684468
continue;
44694469
// Continue early if the recipe is considered to not produce a vector
4470-
// result. Note that this includes VPInstruction where some opcodes may
4470+
// result. Note that this includes VPInstruction where some opcodes may
44714471
// produce a vector, to preserve existing behavior as VPInstructions model
44724472
// aspects not directly mapped to existing IR instructions.
44734473
switch (R.getVPDefID()) {

0 commit comments

Comments
 (0)