[Mlir-commits] [mlir] Remove Pure attribute from Linalg::IndexOp. (PR #68894)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Oct 16 18:18:54 PDT 2023


MaheshRavishankar wrote:

> New week ping here, @MaheshRavishankar @nicolasvasilache ?

Well, Pure is meant to allow CSE within the body of `linalg.generic` . It isn't expected that are linalg operations nested within linalg operations, so that is the issue here. I think marking it Pure still makes sense to me.

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


More information about the Mlir-commits mailing list