[Mlir-commits] [mlir] [mlir][SCF] Add `RecursiveMemoryEffects` to `scf.reduce` (PR #75314)

Ivan Butygin llvmlistbot at llvm.org
Wed Dec 13 17:50:44 PST 2023


Hardcode84 wrote:

> Another way to keep these alive is to return a token that is passed to the yield.

With tokens you will still have to somehow convince `CSE` not merge two identical `reduce` ops

https://github.com/llvm/llvm-project/pull/75314


More information about the Mlir-commits mailing list