This is an archive of the discontinued LLVM Phabricator instance.

[mlir][transform] Add `apply_cse` option to `transform.apply_patterns` op
ClosedPublic

Authored by springerm on Jul 21 2023, 3:05 AM.

Details

Summary

Applying the canonicalizer and CSE in an interleaved fashion is useful after bufferization (and maybe other transforms) to fold away self copies.

Diff Detail

Event Timeline

springerm created this revision.Jul 21 2023, 3:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 3:05 AM
springerm requested review of this revision.Jul 21 2023, 3:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 3:05 AM
nicolasvasilache accepted this revision.Jul 21 2023, 3:15 AM
This revision is now accepted and ready to land.Jul 21 2023, 3:15 AM
This revision was landed with ongoing or failed builds.Jul 21 2023, 6:19 AM
This revision was automatically updated to reflect the committed changes.