This is an archive of the discontinued LLVM Phabricator instance.

Enable inlining for Linalg dialect
ClosedPublic

Authored by ezhulenev on Sep 12 2020, 11:18 AM.

Details

Summary

Enable inlining for Linalg dialect.

NOTE: Please merge this when ready, I'm still don't have access.

Diff Detail

Event Timeline

ezhulenev created this revision.Sep 12 2020, 11:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 12 2020, 11:18 AM
ezhulenev requested review of this revision.Sep 12 2020, 11:18 AM

Can you add various tests exercises the three methods?

LinAlg->Linalg

Add a test for inlining regions with Linalg ops

I added a basic mlir test that inlines a function call with a Linalg operation in the body.

ezhulenev edited the summary of this revision. (Show Details)Sep 12 2020, 11:27 AM
nicolasvasilache accepted this revision.Sep 16 2020, 7:02 AM
This revision is now accepted and ready to land.Sep 16 2020, 7:02 AM
This revision was automatically updated to reflect the committed changes.