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

Matthias Springer llvmlistbot at llvm.org
Wed Dec 13 20:20:52 PST 2023


matthias-springer wrote:

I think it would be OK to CSE two identical `reduce` ops. The same `reduce` op token would be passed to the `yield` twice, indicating that there are two reductions.


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


More information about the Mlir-commits mailing list