This is an archive of the discontinued LLVM Phabricator instance.

[mlir][transform] Add `transform.apply_cse` op
ClosedPublic

Authored by springerm on Jun 29 2023, 8:39 AM.

Details

Summary

This op applies CSE to the targeted op. This is similar to transform.apply_registered_pass "cse", but it retains handles in the body of the targeted op.

Depends On: D145226

Diff Detail

Event Timeline

springerm created this revision.Jun 29 2023, 8:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2023, 8:39 AM
springerm requested review of this revision.Jun 29 2023, 8:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2023, 8:39 AM
nicolasvasilache accepted this revision.Jun 29 2023, 8:48 AM
This revision is now accepted and ready to land.Jun 29 2023, 8:48 AM
This revision was automatically updated to reflect the committed changes.