[Mlir-commits] [mlir] [mlir] Change `tensor.extract/insert` to take static/dynamic indices. (PR #104488)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Aug 20 16:53:52 PDT 2024


MaheshRavishankar wrote:

> > For me its more about things that are constant,
> 
> Either they are constant and always attributes, or they are "maybe" constant and that's an SSA value that you can match. It's the same with every single operation though as far as I can tell. I don't see what's special here.
> (hence my comment about if we were intended for this, we'd have built this in the core infra and generalized it as a first class thing).

Sure... What would first class support for this look like. Could we build it in now?

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


More information about the Mlir-commits mailing list