[MLIR][TOSA] Drop "OnTensors" suffix
authorGeoffrey Martin-Noble <gcmn@google.com>
Fri, 15 Oct 2021 22:40:42 +0000 (15:40 -0700)
committerGeoffrey Martin-Noble <gcmn@google.com>
Fri, 15 Oct 2021 23:01:19 +0000 (16:01 -0700)
commitefc6fe963c114cd9c9436f754ff3e3c2f39041f8
treeda5568f9ee9a0d5e772de551efb80d2e13cb7f9e
parentf8ee74fc130481f5198231f285447a499df2ce40
[MLIR][TOSA] Drop "OnTensors" suffix

This is the only lowering to Linalg Tosa has, so it's needlessly
verbose. Likely this was a carry over from IREE's usage where we
originally lowered to linalg on buffers (the only linalg that existed at
the time), so the everything on tensors needed the suffix. We're dropping
it in IREE also, having transitioned entirely to using Linalg on
tensors.

Reviewed By: sjarus

Differential Revision: https://reviews.llvm.org/D111911
mlir/include/mlir/Conversion/Passes.td
mlir/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h
mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
mlir/lib/Conversion/TosaToLinalg/TosaToLinalgPass.cpp
mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir