Drop stale code that provided the wrong operands to alloc.
Reported-by: rjnw on discourse
Paths
| Differential D82409
[MLIR] Fix affine loop fusion private memref alloc ClosedPublic Authored by bondhugula on Jun 23 2020, 2:00 PM.
Details Summary Drop stale code that provided the wrong operands to alloc. Reported-by: rjnw on discourse
Diff Detail
Event Timelineandydavis1 added inline comments.
This revision is now accepted and ready to land.Jun 23 2020, 3:29 PM bondhugula added inline comments.
Closed by commit rGaec5344f48a2: [MLIR] Fix affine loop fusion private memref alloc (authored by bondhugula). · Explain WhyJun 24 2020, 10:16 AM This revision was automatically updated to reflect the committed changes. bondhugula marked an inline comment as done.
Revision Contents
Diff 273089 mlir/lib/Transforms/LoopFusion.cpp
mlir/test/Transforms/loop-fusion.mlir
|
Should you assert that 'newShape' is always constant?