[llvm] 18c79ca - [LV][NFC] Remove unnecessary space in comment
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 28 14:23:58 PDT 2024
Author: Michael Maitland
Date: 2024-08-28T14:23:44-07:00
New Revision: 18c79ca3607bfe9cc6fd083186f3b462f5abff7e
URL: https://github.com/llvm/llvm-project/commit/18c79ca3607bfe9cc6fd083186f3b462f5abff7e
DIFF: https://github.com/llvm/llvm-project/commit/18c79ca3607bfe9cc6fd083186f3b462f5abff7e.diff
LOG: [LV][NFC] Remove unnecessary space in comment
Added:
Modified:
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
index cb104c4ed2d03d..56f51e14a6eba9 100644
--- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+++ b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -4467,7 +4467,7 @@ static bool willGenerateVectors(VPlan &Plan, ElementCount VF,
if (EphemeralRecipes.contains(&R))
continue;
// Continue early if the recipe is considered to not produce a vector
- // result. Note that this includes VPInstruction where some opcodes may
+ // result. Note that this includes VPInstruction where some opcodes may
// produce a vector, to preserve existing behavior as VPInstructions model
// aspects not directly mapped to existing IR instructions.
switch (R.getVPDefID()) {
More information about the llvm-commits
mailing list