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

Mehdi Amini llvmlistbot at llvm.org
Wed Dec 13 16:41:31 PST 2023


joker-eph wrote:

>  I'm wondering if there is a way to indicate that this op is free of side effects, and at the same time preventing the op from being folded away

Why is this a problem to fold it away?

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


More information about the Mlir-commits mailing list