This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Split tosa-to-linalg named ops out of pass
ClosedPublic

Authored by rsuderman on Dec 20 2021, 2:53 PM.

Details

Summary

Linalg named ops lowering are moved to a separate pass. This allows TOSA
canonicalizers to run between named-ops lowerings and the general TOSA
lowerings. This allows the TOSA canonicalizers to run between lowerings.

Diff Detail

Event Timeline

rsuderman created this revision.Dec 20 2021, 2:53 PM
rsuderman requested review of this revision.Dec 20 2021, 2:53 PM
NatashaKnk accepted this revision.Dec 21 2021, 10:37 AM
This revision is now accepted and ready to land.Dec 21 2021, 10:37 AM
This revision was automatically updated to reflect the committed changes.