This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix legal/illegal ops in TosaToTensor & TosaToLinalg
ClosedPublic

Authored by mamrami on Mar 16 2023, 4:06 AM.

Details

Summary

tosa.reshape and tosa.concat were moved from TosaToLinalg to TosaToTensor
(D145119 & D145952). So now they are legal after applying TosaToLinalg patterns,
and illegal after applying TosaToTensor patterns.

This includes D146174 (thanks @ramiro050!)

Diff Detail

Event Timeline

mamrami created this revision.Mar 16 2023, 4:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2023, 4:06 AM
mamrami requested review of this revision.Mar 16 2023, 4:06 AM
This revision is now accepted and ready to land.Mar 16 2023, 5:33 AM
mamrami updated this revision to Diff 505784.Mar 16 2023, 6:08 AM

Update commit message

mamrami updated this revision to Diff 505788.Mar 16 2023, 6:13 AM
mamrami edited the summary of this revision. (Show Details)
mamrami added a subscriber: ramiro050.

commit message

This revision was landed with ongoing or failed builds.Mar 16 2023, 6:15 AM
This revision was automatically updated to reflect the committed changes.