[all-commits] [llvm/llvm-project] a5b109: [MLIR] Add ReturnLike trait to memref.atomic_yield...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Jun 20 04:55:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5b1093f782729014604f3208550de7400c518ac
https://github.com/llvm/llvm-project/commit/a5b1093f782729014604f3208550de7400c518ac
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
M mlir/test/Transforms/remove-dead-values.mlir
Log Message:
-----------
[MLIR] Add ReturnLike trait to memref.atomic_yield (#144932)
Without this, the yield isn't considered as the region terminator and
the dataflow framework does not consider it live.
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