This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Move tosa.concat lowering from TosaToLinalg to TosaToTensor
ClosedPublic

Authored by mamrami on Mar 13 2023, 9:26 AM.

Details

Summary

tosa.concat is lowered to tensor.insert_slice thus it should be in
TosaToTensor rather than in TosaToLinalg.

Diff Detail

Event Timeline

mamrami created this revision.Mar 13 2023, 9:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2023, 9:26 AM
mamrami requested review of this revision.Mar 13 2023, 9:26 AM
rsuderman accepted this revision.Mar 13 2023, 3:38 PM
This revision is now accepted and ready to land.Mar 13 2023, 3:38 PM
mamrami updated this revision to Diff 504986.Mar 14 2023, 1:56 AM

clang format