[all-commits] [llvm/llvm-project] bba48d: [mlir][tosa] tosa.resize canonicalizer for trivial...
Rob Suderman via All-commits
all-commits at lists.llvm.org
Wed Oct 5 16:30:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bba48dfe4ac4be72d74bb33e646d0b3984eeded1
https://github.com/llvm/llvm-project/commit/bba48dfe4ac4be72d74bb33e646d0b3984eeded1
Author: Rob Suderman <suderman at google.com>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/lib/Dialect/Tosa/IR/TosaCanonicalizations.cpp
M mlir/test/Dialect/Tosa/canonicalize.mlir
Log Message:
-----------
[mlir][tosa] tosa.resize canonicalizer for trivial noop
If the scaling factor is by 1 with no offset or border, then the
resize is a no-op.
Reviewed By: dcaballe
Differential Revision: https://reviews.llvm.org/D135329
More information about the All-commits
mailing list