From 91053e327ccd27cb1ee66a7d4954d456ceeed5f6 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Fri, 25 Jun 2021 13:55:08 +0100 Subject: [PATCH] [LV] Reflow comment for VectorizationCostTy (NFC). --- llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp index 3156f5f..f28dbaa 100644 --- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -1660,11 +1660,9 @@ private: /// The vectorization cost is a combination of the cost itself and a boolean /// indicating whether any of the contributing operations will actually - /// operate on - /// vector values after type legalization in the backend. If this latter value - /// is - /// false, then all operations will be scalarized (i.e. no vectorization has - /// actually taken place). + /// operate on vector values after type legalization in the backend. If this + /// latter value is false, then all operations will be scalarized (i.e. no + /// vectorization has actually taken place). using VectorizationCostTy = std::pair; /// Returns the expected execution cost. The unit of the cost does -- 2.7.4