[PATCH] D145356: [LoopVectorize][NFC] Fix incorrect comment in LoopVectorize.h

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 5 23:06:17 PST 2023


benshi001 created this revision.
benshi001 added reviewers: sdesmalen, fhahn, nikic, huntergr, sushgokh.
Herald added subscribers: shiva0217, StephenFan.
Herald added a project: All.
benshi001 requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, jacquesguan.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145356

Files:
  llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h


Index: llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
===================================================================
--- llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
+++ llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
@@ -15,7 +15,7 @@
 // 'wide' iteration. After this transformation the index is incremented
 // by the SIMD vector width, and not by one.
 //
-// This pass has three parts:
+// This pass has four parts:
 // 1. The main loop pass that drives the different parts.
 // 2. LoopVectorizationLegality - A unit that checks for the legality
 //    of the vectorization.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145356.502525.patch
Type: text/x-patch
Size: 609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230306/5496ca8c/attachment.bin>


More information about the llvm-commits mailing list