[all-commits] [llvm/llvm-project] e5d227: [NFC][MLIR][TOSA] Replaced tosa linalg.indexed_gen...
rsuderman via All-commits
all-commits at lists.llvm.org
Tue May 25 15:35:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e5d227e95ca1d0386b4aa8bc5e29b76d3eb4b8a0
https://github.com/llvm/llvm-project/commit/e5d227e95ca1d0386b4aa8bc5e29b76d3eb4b8a0
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-05-25 (Tue, 25 May 2021)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[NFC][MLIR][TOSA] Replaced tosa linalg.indexed_generic lowerings with linalg.index
Indexed Generic should be going away in the future. Migrate to linalg.index.
Reviewed By: NatashaKnk, nicolasvasilache
Differential Revision: https://reviews.llvm.org/D103110
More information about the All-commits
mailing list