This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Add tosa.reverse lowering to linalg.generic
ClosedPublic

Authored by rsuderman on Mar 19 2021, 5:49 PM.

Details

Summary

Reverse lowers to a linalg.generic op by reversing the read order
in the index map.

Diff Detail

Event Timeline

rsuderman created this revision.Mar 19 2021, 5:49 PM
rsuderman requested review of this revision.Mar 19 2021, 5:49 PM
silvas accepted this revision.Mar 19 2021, 6:14 PM
This revision is now accepted and ready to land.Mar 19 2021, 6:14 PM
rsuderman updated this revision to Diff 332065.Mar 19 2021, 8:48 PM

Fixed unused variable.

rsuderman updated this revision to Diff 332070.Mar 19 2021, 9:34 PM

Sync to head, pass names were made consistent.