This is an archive of the discontinued LLVM Phabricator instance.

[mlir][transform] Add ApplyToLLVMConversionPatternsOp
ClosedPublic

Authored by springerm on Aug 9 2023, 3:19 AM.

Details

Summary

This op populates conversion patterns by querying the
ConvertToLLVMPatternInterface. Only dialects that implement this interface
are supported.

Diff Detail

Event Timeline

springerm created this revision.Aug 9 2023, 3:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 9 2023, 3:19 AM
springerm requested review of this revision.Aug 9 2023, 3:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 9 2023, 3:19 AM
springerm edited the summary of this revision. (Show Details)Aug 9 2023, 3:20 AM
springerm updated this revision to Diff 548545.Aug 9 2023, 3:24 AM

add invalid test cases

nicolasvasilache accepted this revision.Aug 9 2023, 4:00 AM
This revision is now accepted and ready to land.Aug 9 2023, 4:00 AM
This revision was landed with ongoing or failed builds.Aug 9 2023, 4:46 AM
This revision was automatically updated to reflect the committed changes.