This is an archive of the discontinued LLVM Phabricator instance.

Adds a flag to optionally disable tosa decompositions
ClosedPublic

Authored by not-jenni on Feb 22 2022, 9:28 AM.

Diff Detail

Event Timeline

not-jenni created this revision.Feb 22 2022, 9:28 AM
not-jenni requested review of this revision.Feb 22 2022, 9:28 AM
not-jenni edited reviewers, added: rsuderman; removed: sjarus.Feb 22 2022, 9:28 AM
mehdi_amini added inline comments.Feb 22 2022, 9:32 AM
mlir/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h
28

Please document the flag above. Not so much what it does (don't just repeat the name in a sentence) but why would someone use it, etc.

mlir/lib/Conversion/TosaToLinalg/TosaToLinalgPass.cpp
75

Nit: drop the braces

not-jenni updated this revision to Diff 410631.Feb 22 2022, 1:24 PM

Adds a flag to optionally disable tosa decompositions

not-jenni marked 2 inline comments as done.Feb 22 2022, 1:25 PM
rsuderman accepted this revision.Feb 28 2022, 3:28 PM
This revision is now accepted and ready to land.Feb 28 2022, 3:28 PM
This revision was automatically updated to reflect the committed changes.