This is an archive of the discontinued LLVM Phabricator instance.

[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
call. Instead just replace its uses. The op is dead and will be
removed with CSE.

Diff Detail

Event Timeline

mravishankar created this revision.Jan 16 2023, 12:52 PM
mravishankar requested review of this revision.Jan 16 2023, 12:52 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jan 16 2023, 1:00 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.