[all-commits] [llvm/llvm-project] b86b23: [mlir][linalg] Use AffineApplyOp to compute paddin...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Wed Nov 10 06:54:30 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b86b2309ced184e124972d5b49277a5af8fdcff3
https://github.com/llvm/llvm-project/commit/b86b2309ced184e124972d5b49277a5af8fdcff3
Author: Tobias Gysi <gysit at google.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/test/Dialect/Linalg/pad-and-hoist.mlir
M mlir/test/Dialect/Linalg/pad.mlir
Log Message:
-----------
[mlir][linalg] Use AffineApplyOp to compute padding width (NFC).
Use AffineApplyOp instead of SubIOp to compute the padding width when creating a pad tensor operation.
Depends On D113382
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D113404
More information about the All-commits
mailing list