The candidateSliceOp was replaces and used in a subsequent
call. Instead just replace its uses. The op is dead and will be
removed with CSE.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D141869
[mlir][TilingInterface] Fix use after free error from D141028. ClosedPublic Authored by mravishankar on Jan 16 2023, 12:52 PM.
Details Summary The candidateSliceOp was replaces and used in a subsequent
Diff Detail
Event TimelineThis revision was landed with ongoing or failed builds. Closed by commit rGdbbd9070152a: [mlir][TilingInterface] Fix use after free error from D141028. (authored by mravishankar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 489630 mlir/include/mlir/Dialect/SCF/Transforms/TileUsingInterface.h
mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
|