[PATCH] D73432: [mlir] NFC: Fix trivial typo in comment
Kazuaki Ishizaki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 26 07:18:49 PST 2020
kiszk created this revision.
Herald added subscribers: llvm-commits, liufengdb, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini.
Herald added a reviewer: nicolasvasilache.
Herald added a project: LLVM.
Also, an exercise to merge this into the master myself
Repository:
rG LLVM Github Monorepo
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.
+ // carryng 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.240434.patch
Type: text/x-patch
Size: 646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200126/ed3134b9/attachment.bin>
More information about the llvm-commits
mailing list