[llvm] 0f41a2f - test commit for new client

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 17:27:01 PST 2020


Author: Philip Reames
Date: 2020-11-16T17:26:52-08:00
New Revision: 0f41a2fe8339b5fd113fd5ce143c1234f6dc650e

URL: https://github.com/llvm/llvm-project/commit/0f41a2fe8339b5fd113fd5ce143c1234f6dc650e
DIFF: https://github.com/llvm/llvm-project/commit/0f41a2fe8339b5fd113fd5ce143c1234f6dc650e.diff

LOG: test commit for new client

Added: 
    

Modified: 
    llvm/lib/Analysis/ScalarEvolution.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp
index fcb8834094b4..3176f8fc12f5 100644
--- a/llvm/lib/Analysis/ScalarEvolution.cpp
+++ b/llvm/lib/Analysis/ScalarEvolution.cpp
@@ -1605,8 +1605,7 @@ ScalarEvolution::getZeroExtendExpr(const SCEV *Op, Type *Ty, unsigned Depth) {
       // that value once it has finished.
       const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L);
       if (!isa<SCEVCouldNotCompute>(MaxBECount)) {
-        // Manually compute the final value for AR, checking for
-        // overflow.
+        // Manually compute the final value for AR, checking for overflow.
 
         // Check whether the backedge-taken count can be losslessly casted to
         // the addrec's type. The count is always unsigned.


        


More information about the llvm-commits mailing list