[llvm] r327656 - [LV] Test commit. Removing white space.

Diego Caballero via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 15 12:34:27 PDT 2018


Author: dcaballe
Date: Thu Mar 15 12:34:27 2018
New Revision: 327656

URL: http://llvm.org/viewvc/llvm-project?rev=327656&view=rev
Log:
[LV] Test commit. Removing white space.

This is just to check that I have commit access privilege.


Modified:
    llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp

Modified: llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp?rev=327656&r1=327655&r2=327656&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp (original)
+++ llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp Thu Mar 15 12:34:27 2018
@@ -4820,7 +4820,7 @@ bool LoopVectorizationLegality::canVecto
   // Store the result and return it at the end instead of exiting early, in case
   // allowExtraAnalysis is used to report multiple reasons for not vectorizing.
   bool Result = true;
-  
+
   bool DoExtraAnalysis = ORE->allowExtraAnalysis(DEBUG_TYPE);
   // We must have a loop in canonical form. Loops with indirectbr in them cannot
   // be canonicalized.




More information about the llvm-commits mailing list