File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
mlir/lib/Dialect/Affine/Analysis Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -282,9 +282,8 @@ bool MemRefDependenceGraph::init() {
282
282
// Create graph node for top-level op unless it is known to be
283
283
// memory-effect free. This covers all unknown/unregistered ops,
284
284
// non-affine ops with memory effects, and region-holding ops with a
285
- // well-defined control flow. During the fusion validity checks, we look
286
- // for non-affine ops on the path from source to destination, at which
287
- // point we check which memrefs if any are used in the region.
285
+ // well-defined control flow. During the fusion validity checks, edges
286
+ // to/from these ops get looked at.
288
287
Node *node = addNodeToMDG (&op, *this , memrefAccesses);
289
288
if (!node)
290
289
return false ;
You can’t perform that action at this time.
0 commit comments