[all-commits] [llvm/llvm-project] 318ce4: [mlir][linalg] Improve codegen of ExtractSliceOfPa...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Jul 14 19:24:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 318ce4ad927d129a2bf96c2c872f4d107c45bdef
https://github.com/llvm/llvm-project/commit/318ce4ad927d129a2bf96c2c872f4d107c45bdef
Author: Matthias Springer <springerm at google.com>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
M mlir/test/Dialect/Linalg/subtensor-of-padtensor.mlir
Log Message:
-----------
[mlir][linalg] Improve codegen of ExtractSliceOfPadTensorSwapPattern
Generate simpler code in case low/high padding of the PadTensorOp is statically zero.
Differential Revision: https://reviews.llvm.org/D105529
More information about the All-commits
mailing list