[llvm] r358619 - Test commit by Denis Bakhvalov
Denis Bakhvalov via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 15:27:30 PDT 2019
Author: dendibakh
Date: Wed Apr 17 15:27:30 2019
New Revision: 358619
URL: http://llvm.org/viewvc/llvm-project?rev=358619&view=rev
Log:
Test commit by Denis Bakhvalov
Change-Id: I4d85123a157d957434902fb14ba50926b2d56212
Modified:
llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp?rev=358619&r1=358618&r2=358619&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/LoopStrengthReduce.cpp Wed Apr 17 15:27:30 2019
@@ -5356,7 +5356,7 @@ void LSRInstance::RewriteForPHI(
Pair.first->second = FullV;
}
- // If LSR split critical edge and phi node has other pending
+ // If LSR splits critical edge and phi node has other pending
// fixup operands, we need to update those pending fixups. Otherwise
// formulae will not be implemented completely and some instructions
// will not be eliminated.
More information about the llvm-commits
mailing list