[all-commits] [llvm/llvm-project] df0d24: [mlir] [linalg] fix side effect of linalg op (#114...
donald chen via All-commits
all-commits at lists.llvm.org
Tue Oct 29 23:02:11 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df0d249b6511289f1e8c1389f4fd33d7b4c083fa
https://github.com/llvm/llvm-project/commit/df0d249b6511289f1e8c1389f4fd33d7b4c083fa
Author: donald chen <chenxunyu1993 at gmail.com>
Date: 2024-10-30 (Wed, 30 Oct 2024)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
M mlir/test/Dialect/Linalg/canonicalize.mlir
Log Message:
-----------
[mlir] [linalg] fix side effect of linalg op (#114045)
Linalg op need to take into account memory side effects happening inside
the region when determining their own side effects.
This patch fixed issue
https://github.com/llvm/llvm-project/issues/112881
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