[mlir][tosa] Update default tosa-to-linalg passes
authorRob Suderman <rob.suderman@gmail.com>
Thu, 13 Jan 2022 17:54:42 +0000 (09:54 -0800)
committerRob Suderman <rob.suderman@gmail.com>
Thu, 13 Jan 2022 18:17:44 +0000 (10:17 -0800)
commit173fce42052d8233ec0c83b87f2143d048f521ea
tree29e720d3920dd63231e17a311f7a3a33884dbad3
parentb77d4d54f96a1110f1d83e19f773ac93537ca3f9
[mlir][tosa] Update default tosa-to-linalg passes

Adding the optional decompositions have been verified to improve memory
usage on common models. Added the decomposition to the default tosa to linalg
passes.

Reviewed By: NatashaKnk

Differential Revision: https://reviews.llvm.org/D117175
mlir/lib/Conversion/TosaToLinalg/TosaToLinalgPass.cpp