[PATCH] D73432: [mlir] NFC: Fix trivial typo in comment
Kazuaki Ishizaki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 2 21:05:23 PST 2020
kiszk updated this revision to Diff 241958.
kiszk added a comment.
address review comment
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.241958.patch
Type: text/x-patch
Size: 647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200203/cf3668ae/attachment.bin>
More information about the llvm-commits
mailing list