This is an archive of the discontinued LLVM Phabricator instance.

[mlir][transform] ApplyPatternsOp: Register canonicalization patterns
ClosedPublic

Authored by springerm on Jun 5 2023, 1:21 AM.

Details

Summary

Also support replacing payload ops with ConstantLike ops in the TrackingListener, even if the replacement op does not have the same name. (Not supported for ops with multiple results, as this would require splitting the handle.)

Depends On: D152125

Diff Detail

Event Timeline

springerm created this revision.Jun 5 2023, 1:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 1:21 AM
springerm requested review of this revision.Jun 5 2023, 1:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 1:21 AM
ftynse accepted this revision.Jun 5 2023, 2:35 AM
This revision is now accepted and ready to land.Jun 5 2023, 2:35 AM