[all-commits] [llvm/llvm-project] 68eee5: [mlir][Linalg] Address missed review item
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Mon Jan 25 05:53:53 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 68eee55ce6a41bb294d63886679b599883e96c3a
https://github.com/llvm/llvm-project/commit/68eee55ce6a41bb294d63886679b599883e96c3a
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-01-25 (Mon, 25 Jan 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Hoisting.cpp
M mlir/test/Dialect/Linalg/tile-and-pad-tensors.mlir
Log Message:
-----------
[mlir][Linalg] Address missed review item
This revision addresses a remaining comment that was overlooked in https://reviews.llvm.org/D95243:
the pad hoisting transformation is made to additionally bail out on side effecting ops other than LoopLikeOps.
More information about the All-commits
mailing list