[llvm] ea27adb - [NFC] Test commit.

Adrian Tong via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 18 11:01:22 PST 2022


Author: Adrian Tong
Date: 2022-01-18T19:01:04Z
New Revision: ea27adb45b780e32d996d9c85f932a71f3e068ba

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

LOG: [NFC] Test commit.

This is just a test commit to check whether I got commit permission.

Added: 
    

Modified: 
    llvm/lib/Transforms/Scalar/LICM.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Scalar/LICM.cpp b/llvm/lib/Transforms/Scalar/LICM.cpp
index ebb2520a05164..b944ff883d8f1 100644
--- a/llvm/lib/Transforms/Scalar/LICM.cpp
+++ b/llvm/lib/Transforms/Scalar/LICM.cpp
@@ -1355,7 +1355,7 @@ static bool isFreeInLoop(const Instruction &I, const Loop *CurLoop,
         TargetTransformInfo::TCC_Free)
       return false;
     // For a GEP, we cannot simply use getUserCost because currently it
-    // optimistically assume that a GEP will fold into addressing mode
+    // optimistically assumes that a GEP will fold into addressing mode
     // regardless of its users.
     const BasicBlock *BB = GEP->getParent();
     for (const User *U : GEP->users()) {


        


More information about the llvm-commits mailing list