Skip to content

Commit 9e6fbc6

Browse files
committed
rebase
1 parent e627983 commit 9e6fbc6

File tree

3 files changed

+177
-67
lines changed

3 files changed

+177
-67
lines changed

lib/gc/Transforms/AnyTilableFusion.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ static SmallVector<Operation *> postOpFuseConsumerOfOpResult(
441441
if (failed(consAnchorList))
442442
return tiledConsumerList;
443443

444+
// sorted by userList and position in parentBlock
444445
for (auto &consAnchor : *consAnchorList) {
445446
if (alreadyTiledOps.count(consAnchor.getFusableOp()))
446447
continue;

0 commit comments

Comments
 (0)