[all-commits] [llvm/llvm-project] efc6fe: [MLIR][TOSA] Drop "OnTensors" suffix
Geoffrey Martin-Noble via All-commits
all-commits at lists.llvm.org
Fri Oct 15 16:01:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: efc6fe963c114cd9c9436f754ff3e3c2f39041f8
https://github.com/llvm/llvm-project/commit/efc6fe963c114cd9c9436f754ff3e3c2f39041f8
Author: Geoffrey Martin-Noble <gcmn at google.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M mlir/include/mlir/Conversion/Passes.td
M mlir/include/mlir/Conversion/TosaToLinalg/TosaToLinalg.h
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalgPass.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[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
More information about the All-commits
mailing list