[all-commits] [llvm/llvm-project] 0f1e52: [mlir][tosa] Materialize tosa.pad value and fold n...
rsuderman via All-commits
all-commits at lists.llvm.org
Tue Nov 23 12:31:11 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f1e52afa92fd6b687f4d69203b72e99a9228edb
https://github.com/llvm/llvm-project/commit/0f1e52afa92fd6b687f4d69203b72e99a9228edb
Author: Rob Suderman <rob.suderman at gmail.com>
Date: 2021-11-23 (Tue, 23 Nov 2021)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
M mlir/test/Dialect/Tosa/canonicalize.mlir
Log Message:
-----------
[mlir][tosa] Materialize tosa.pad value and fold noop pads
Padding now can explicitly specify the padding value when non-zero is wanted.
This also includes bypassing pads when the pad does nothing.
Differential Revision: https://reviews.llvm.org/D113611
More information about the All-commits
mailing list