[llvm] r251437 - Whitespace.
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 27 12:02:52 PDT 2015
Author: chapuni
Date: Tue Oct 27 14:02:52 2015
New Revision: 251437
URL: http://llvm.org/viewvc/llvm-project?rev=251437&view=rev
Log:
Whitespace.
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=251437&r1=251436&r2=251437&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp (original)
+++ llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp Tue Oct 27 14:02:52 2015
@@ -2397,7 +2397,7 @@ void InnerLoopVectorizer::vectorizeMemor
// We don't want to update the value in the map as it might be used in
// another expression. So don't use a reference type for "StoredVal".
VectorParts StoredVal = getVectorValue(SI->getValueOperand());
-
+
for (unsigned Part = 0; Part < UF; ++Part) {
// Calculate the pointer for the specific unroll-part.
Value *PartPtr =
More information about the llvm-commits
mailing list