[all-commits] [llvm/llvm-project] 2d7319: [mlir][linalg] Fix bug in FuseIntoContainingOp imp...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue May 30 06:57:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d731904170f1e3b378bfc556d939032e50c9a3d
https://github.com/llvm/llvm-project/commit/2d731904170f1e3b378bfc556d939032e50c9a3d
Author: Matthias Springer <me at m-sp.org>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/test/Dialect/Linalg/transform-op-fuse-into-containing.mlir
Log Message:
-----------
[mlir][linalg] Fix bug in FuseIntoContainingOp implementation
Do not replace uses inside the body of `scf.forall` ops with results of the same op.
Differential Revision: https://reviews.llvm.org/D151706
More information about the All-commits
mailing list