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!)
Paths
| Differential D146213
[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 This includes D146174 (thanks @ramiro050!)
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 16 2023, 5:33 AM This revision was landed with ongoing or failed builds.Mar 16 2023, 6:15 AM Closed by commit rGfbf719b86846: [mlir] Fix legal/illegal ops in TosaToTensor & TosaToLinalg (authored by mamrami). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 505784 mlir/lib/Conversion/TosaToLinalg/TosaToLinalgPass.cpp
mlir/lib/Conversion/TosaToTensor/TosaToTensorPass.cpp
|