forked from OSchip/llvm-project
[mlir] NFC: Fix trivial typo in comment
Summary: Also, an exercise to merge this into the master myself after a reviewer gives LGTM. Reviewers: nicolasvasilache, mehdi_amini Reviewed By: mehdi_amini Subscribers: Joonsoo, merge_guards_bot, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, liufengdb, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D73432
This commit is contained in:
parent
b848b510a8
commit
549588698f
|
@ -1622,7 +1622,7 @@ func @should_fuse_after_two_loop_interchanges() {
|
|||
// 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 {
|
||||
|
|
Loading…
Reference in New Issue