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

Mehdi Amini llvmlistbot at llvm.org
Tue Aug 20 15:41:17 PDT 2024


joker-eph 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).

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


More information about the Mlir-commits mailing list