[llvm] 8d59484 - [LoopVectorize][NFC] Fix incorrect comment in LoopVectorize.h
Ben Shi via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 6 15:29:25 PST 2023
Author: Ben Shi
Date: 2023-03-07T07:29:12+08:00
New Revision: 8d594848c598007cd9438d1fa8b835590c4de8c4
URL: https://github.com/llvm/llvm-project/commit/8d594848c598007cd9438d1fa8b835590c4de8c4
DIFF: https://github.com/llvm/llvm-project/commit/8d594848c598007cd9438d1fa8b835590c4de8c4.diff
LOG: [LoopVectorize][NFC] Fix incorrect comment in LoopVectorize.h
Reviewed By: david-arm, fhahn
Differential Revision: https://reviews.llvm.org/D145356
Added:
Modified:
llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h b/llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
index 97011052ea20..da9fec8d63e9 100644
--- a/llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
+++ b/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
diff erent parts.
// 2. LoopVectorizationLegality - A unit that checks for the legality
// of the vectorization.
More information about the llvm-commits
mailing list