[PATCH] D73432: [mlir] NFC: Fix trivial typo in comment

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 26 18:29:21 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.
 
----------------
I think the correct spelling is `carrying`


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