[llvm] r292482 - Test commit access, remove trailing whitespace

Mikael Holmen via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 05:35:13 PST 2017


Author: uabelho
Date: Thu Jan 19 07:35:13 2017
New Revision: 292482

URL: http://llvm.org/viewvc/llvm-project?rev=292482&view=rev
Log:
Test commit access, remove trailing 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=292482&r1=292481&r2=292482&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp (original)
+++ llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp Thu Jan 19 07:35:13 2017
@@ -6016,7 +6016,7 @@ void InterleavedAccessInfo::analyzeInter
     if (Group->getNumMembers() != Group->getFactor())
       releaseGroup(Group);
 
-  // Remove interleaved groups with gaps (currently only loads) whose memory 
+  // Remove interleaved groups with gaps (currently only loads) whose memory
   // accesses may wrap around. We have to revisit the getPtrStride analysis, 
   // this time with ShouldCheckWrap=true, since collectConstStrideAccesses does 
   // not check wrapping (see documentation there).




More information about the llvm-commits mailing list