This is an archive of the discontinued LLVM Phabricator instance.

[mlir][transform] ApplyConversionPatternsOp: Make conversion target optional
ClosedPublic

Authored by springerm on Aug 10 2023, 2:46 AM.

Details

Summary

A conversion target is not needed. In a partial dialect conversion, ops are rewritten when possible. The dialect conversion succeeds if there are no illegal ops in the resulting IR.

Depends On: D157594

Diff Detail

Event Timeline

springerm created this revision.Aug 10 2023, 2:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2023, 2:46 AM
springerm requested review of this revision.Aug 10 2023, 2:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2023, 2:46 AM
nicolasvasilache accepted this revision.Aug 10 2023, 3:09 AM
This revision is now accepted and ready to land.Aug 10 2023, 3:09 AM
This revision was landed with ongoing or failed builds.Aug 10 2023, 4:59 AM
This revision was automatically updated to reflect the committed changes.