[all-commits] [llvm/llvm-project] 4b0143: [mlir][tosa] Remove tosa.identityn operator
Suraj Sudhir via All-commits
all-commits at lists.llvm.org
Wed May 12 12:47:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b014352308f7244b86438fff7c61c632934a1ff
https://github.com/llvm/llvm-project/commit/4b014352308f7244b86438fff7c61c632934a1ff
Author: Suraj Sudhir <Suraj.Sudhir at arm.com>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M mlir/docs/Dialects/TOSA.md
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
M mlir/test/Dialect/Tosa/ops.mlir
Log Message:
-----------
[mlir][tosa] Remove tosa.identityn operator
Removes the identityn operator from TOSA MLIR definition.
Removes TosaToLinAlg mappings
Reviewed By: rsuderman
Differential Revision: https://reviews.llvm.org/D102329
More information about the All-commits
mailing list