[all-commits] [llvm/llvm-project] de1d35: [MLIR][Affine] Fix fusion private memref creation ...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Sat Mar 8 00:06:24 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de1d351c64cb8f061d734e5d74de494b12ed2352
https://github.com/llvm/llvm-project/commit/de1d351c64cb8f061d734e5d74de494b12ed2352
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M mlir/lib/Dialect/Affine/Transforms/LoopFusion.cpp
M mlir/test/Dialect/Affine/loop-fusion-2.mlir
M mlir/test/Dialect/Affine/loop-fusion-4.mlir
Log Message:
-----------
[MLIR][Affine] Fix fusion private memref creation for multiple producer stores (#130365)
Fix private memref creation in affine fusion for the multiple producer
store
case. This scenario was not supported but not properly checked.
Fixes: https://github.com/llvm/llvm-project/issues/120227
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list