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

Kazuaki Ishizaki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 00:44:51 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG549588698ffa: [mlir] NFC: Fix trivial typo in comment (authored by kiszk).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73432/new/

https://reviews.llvm.org/D73432

Files:
  mlir/test/Transforms/loop-fusion.mlir


Index: mlir/test/Transforms/loop-fusion.mlir
===================================================================
--- mlir/test/Transforms/loop-fusion.mlir
+++ mlir/test/Transforms/loop-fusion.mlir
@@ -1622,7 +1622,7 @@
   // dependence.
   // Once loop '%i2' is interchanged with loop '%i3', and again with loop
   // '%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.
+  // carrying the dependences have been interchanged with loops at depth > 2.
 
   // CHECK:       affine.for %{{.*}} = 0 to 6 {
   // CHECK-NEXT:    affine.for %{{.*}} = 0 to 8 {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73432.241980.patch
Type: text/x-patch
Size: 647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200203/41b0804b/attachment.bin>


More information about the llvm-commits mailing list