llvm-project/mlir/lib/Conversion/TosaToLinalg
Geoffrey Martin-Noble efc6fe963c [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
2021-10-15 16:01:19 -07:00
..
CMakeLists.txt [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
TosaToLinalg.cpp [MLIR][TOSA] Drop "OnTensors" suffix 2021-10-15 16:01:19 -07:00
TosaToLinalgPass.cpp [MLIR][TOSA] Drop "OnTensors" suffix 2021-10-15 16:01:19 -07:00