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

Matthias Springer llvmlistbot at llvm.org
Fri Aug 16 00:10:16 PDT 2024


https://github.com/matthias-springer commented:

There are a few more places that have to be updated. Basically everything that calls `ExtractOp::getIndices` or `InsertOp::getIndices`. E.g., `Tensor/Transforms/BufferizableOpInterfaceImpl.cpp`.

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


More information about the Mlir-commits mailing list