Remove unnecessary Block argument on MemRefDependenceGraph::init.
block is already a field on MDG.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D142597
[MLIR] Remove unnecessary Block argument on MemRefDependenceGraph::init ClosedPublic Authored by bondhugula on Jan 25 2023, 6:33 PM.
Details Summary Remove unnecessary Block argument on MemRefDependenceGraph::init.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 26 2023, 10:00 AM Closed by commit rG3ab88e795c71: [MLIR] Remove unnecessary Block argument on MemRefDependenceGraph::init (authored by bondhugula). · Explain WhyJan 30 2023, 5:30 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 493459 mlir/lib/Dialect/Affine/Transforms/LoopFusion.cpp
|