Skip to content

Commit d6969bc

Browse files
committed
address comments
1 parent 2695f90 commit d6969bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mlir/lib/Dialect/XeGPU/Transforms/XeGPULayoutPropagate.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,6 @@ LogicalResult LayoutInfoPropagation::visitOperation(
370370
}
371371
}
372372
});
373-
// Add a dependency from each result to program point after the operation.
374-
for (const LayoutInfoLattice *r : results)
375-
addDependency(const_cast<LayoutInfoLattice *>(r), getProgramPointAfter(op));
376373

377374
return success();
378375
}

0 commit comments

Comments
 (0)