[polly] r344682 - Test commit
Theodoros Theodoridis via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 17 02:59:41 PDT 2018
Author: ttheodor
Date: Wed Oct 17 02:59:41 2018
New Revision: 344682
URL: http://llvm.org/viewvc/llvm-project?rev=344682&view=rev
Log:
Test commit
Modified:
polly/trunk/lib/Transform/ScheduleOptimizer.cpp
Modified: polly/trunk/lib/Transform/ScheduleOptimizer.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Transform/ScheduleOptimizer.cpp?rev=344682&r1=344681&r2=344682&view=diff
==============================================================================
--- polly/trunk/lib/Transform/ScheduleOptimizer.cpp (original)
+++ polly/trunk/lib/Transform/ScheduleOptimizer.cpp Wed Oct 17 02:59:41 2018
@@ -1188,7 +1188,7 @@ getInductionVariablesSubstitution(isl::s
/// the micro-kernel.
///
/// In case of parametric bounds, this helps to auto-vectorize the unrolled
-/// innermost loops, using the SLP vectorizer.
+/// innermost loops, using the SLP vectorizer.
///
/// @param Node The schedule node to be modified.
/// @param MicroKernelParams Parameters of the micro-kernel
More information about the llvm-commits
mailing list