Remove TOSA test passes from non test registration.
authorStella Laurenzo <stellaraccident@gmail.com>
Sun, 8 Nov 2020 02:32:35 +0000 (18:32 -0800)
committerStella Laurenzo <stellaraccident@gmail.com>
Sun, 8 Nov 2020 02:34:11 +0000 (18:34 -0800)
commit86b011777ea475461e0958a43b84c121f460c1ac
tree28a30dec8101e4f71612636663e8fbb98ce9edc2
parent4d54c6fc5ad5653afbded1d8fedbe2423dbb7233
Remove TOSA test passes from non test registration.

* Wires them in the same way that peer-dialect test passes are registered.
* Fixes the build for -DLLVM_INCLUDE_TESTS=OFF.

Differential Revision: https://reviews.llvm.org/D91022
mlir/include/mlir/Dialect/Tosa/Transforms/Passes.td
mlir/test/lib/Dialect/Tosa/TosaTestPasses.cpp
mlir/tools/mlir-opt/mlir-opt.cpp