Skip to content
forked from iree-org/iree

Commit 52737ce

Browse files
committed
[fixup] Typo/rewording in a TODO comment
1 parent 4d8702f commit 52737ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/iree/compiler/DispatchCreation/FormDispatchRegions.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,8 @@ decideFusableLinalgOps(Region &region, DominanceInfo const &dominanceInfo,
771771
// access the positive results of those checks (i.e. explicit assignment to
772772
// the fusion group). We should consider assigning *all* operations to fusion
773773
// groups during the fuseRootsWith...() phase, creating new groups for more
774-
// negative fusio cases and potentially eliding the second iteration over the
775-
// region altogether.
774+
// negative fusion cases, and potentially eliding the second iteration over
775+
// the region altogether.
776776
for (Block &block : region) {
777777
SmallVector<Operation *> roots;
778778
for (Operation &op : llvm::reverse(block)) {

0 commit comments

Comments
 (0)