[PATCH] D73432: [mlir] NFC: Fix trivial typo in comment
    Mehdi AMINI via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Feb  2 16:29:54 PST 2020
    
    
  
mehdi_amini added inline comments.
================
Comment at: mlir/test/Transforms/loop-fusion.mlir:1625
   // '%i5', then loop '%i0' can be fused at loop depth 2, because the loop
-  // carring the dependences have been interchanged with loops at depth > 2.
+  // carryng the dependences have been interchanged with loops at depth > 2.
 
----------------
mehdi_amini wrote:
> I think the correct spelling is `carrying`
ping?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73432/new/
https://reviews.llvm.org/D73432
    
    
More information about the llvm-commits
mailing list