[PATCH] D145356: [LoopVectorize][NFC] Fix incorrect comment in LoopVectorize.h
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 6 15:29:33 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8d594848c598: [LoopVectorize][NFC] Fix incorrect comment in LoopVectorize.h (authored by benshi001).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145356/new/
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.502832.patch
Type: text/x-patch
Size: 609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230306/2063a6b5/attachment.bin>
More information about the llvm-commits
mailing list