[all-commits] [llvm/llvm-project] ded988: [mlir][tosa] Remove redundant "tosa.transpose" ope...
Aviad Cohen via All-commits
all-commits at lists.llvm.org
Tue Jan 10 13:58:15 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ded988ed0c00e033aa7fa9ea42d7ad19f3dd983e
https://github.com/llvm/llvm-project/commit/ded988ed0c00e033aa7fa9ea42d7ad19f3dd983e
Author: Aviad Cohen <aviadcohen7 at gmail.com>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/lib/Dialect/Tosa/IR/TosaCanonicalizations.cpp
M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
A mlir/test/IR/transpose-fold.mlir
Log Message:
-----------
[mlir][tosa] Remove redundant "tosa.transpose" operations
We can fold redundant Tosa::TransposeOp actions like identity tranpose/transpose(traspose).
Reviewed By: rsuderman
Differential Revision: https://reviews.llvm.org/D140466
More information about the All-commits
mailing list