This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Add apply scale flags to TosaToArith creation API
ClosedPublic

Authored by dcaballe on Sep 8 2022, 12:00 PM.

Details

Summary

TosaToArith has two flags to enable/disable 'tosa.apply_scale' ops and
to use a 64-bit/32-bit implementation for it. This patch makes the flags
available from the pass creation API.

Diff Detail

Event Timeline

dcaballe created this revision.Sep 8 2022, 12:00 PM
Herald added a project: Restricted Project. · View Herald Transcript
dcaballe requested review of this revision.Sep 8 2022, 12:00 PM
rsuderman accepted this revision.Sep 8 2022, 12:59 PM
This revision is now accepted and ready to land.Sep 8 2022, 12:59 PM
This revision was landed with ongoing or failed builds.Sep 8 2022, 1:13 PM
This revision was automatically updated to reflect the committed changes.