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

Renato Golin llvmlistbot at llvm.org
Sun Jul 12 16:12:05 PDT 2026


rengolin wrote:

This PR was created to fix an issue in Linalg that isn't supported (nesting), and exposed a problem that is localize to a particular use (trying to CSE nested index operations without tracking from which region they are) that isn't expected to work anyway.

While there were many interesting discussions here on how to implement it, I believe they were all non-trivial, for a feature that is neither supported nor clearly desired. I recommend you start different discussions to make sure the wider community wants to support that functionality and if so, what would be the solution for this particular problem.

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


More information about the Mlir-commits mailing list