[all-commits] [llvm/llvm-project] 9adc01: [mlir][linalg] PadTensorOp vectorization: Avoid re...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Sep 14 17:29:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9adc0114bfeb704ca62d8c369fa52d0530179274
https://github.com/llvm/llvm-project/commit/9adc0114bfeb704ca62d8c369fa52d0530179274
Author: Matthias Springer <springerm at google.com>
Date: 2021-09-15 (Wed, 15 Sep 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
Log Message:
-----------
[mlir][linalg] PadTensorOp vectorization: Avoid redundant FillOps
Do not generate FillOps when these would be entirely overwritten.
Differential Revision: https://reviews.llvm.org/D109741
More information about the All-commits
mailing list