This is an archive of the discontinued LLVM Phabricator instance.

[mlir][TilingInterface] NFC: Separate out a utility method to perform one step of tile + fuse.
ClosedPublic

Authored by mravishankar on Jan 4 2023, 8:37 PM.

Diff Detail

Event Timeline

mravishankar created this revision.Jan 4 2023, 8:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 4 2023, 8:37 PM
mravishankar requested review of this revision.Jan 4 2023, 8:37 PM
nicolasvasilache accepted this revision.Jan 12 2023, 9:23 AM
nicolasvasilache added inline comments.
mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
609

you should really check the op has no side effects.

This revision is now accepted and ready to land.Jan 12 2023, 9:23 AM