[llvm] d2855eb - [LV] Fix formatting from 2f9d68c3f12a.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 27 14:30:11 PDT 2021


Author: Florian Hahn
Date: 2021-03-27T21:29:56Z
New Revision: d2855eba814f6da9a33646ee1076d6f73289c7a4

URL: https://github.com/llvm/llvm-project/commit/d2855eba814f6da9a33646ee1076d6f73289c7a4
DIFF: https://github.com/llvm/llvm-project/commit/d2855eba814f6da9a33646ee1076d6f73289c7a4.diff

LOG: [LV] Fix formatting from 2f9d68c3f12a.

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 37af529dc8e1..3caff5f42139 100644
--- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+++ b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -1661,7 +1661,8 @@ class LoopVectorizationCostModel {
 
   /// Estimate the overhead of scalarizing an instruction. This is a
   /// convenience wrapper for the type-based getScalarizationOverhead API.
-  InstructionCost getScalarizationOverhead(Instruction *I, ElementCount VF) const;
+  InstructionCost getScalarizationOverhead(Instruction *I,
+                                           ElementCount VF) const;
 
   /// Returns whether the instruction is a load or store and will be a emitted
   /// as a vector operation.


        


More information about the llvm-commits mailing list