[Mlir-commits] [mlir] [mlir][Vector] Deprecate vector.extractelement/vector.insertelement (PR #113829)

Kunwar Grover llvmlistbot at llvm.org
Tue Oct 29 15:22:41 PDT 2024


Groverkss wrote:

> Before we deprecate this, we should also handle the dynamic case in vector-to-spirv. We support it for insertelement/extractelement but not insert/extract:
> 
> * https://github.com/llvm/llvm-project/blob/fb33af08e4c105a05855f8beeb972d493410e72f/mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp#L252-L254
> * https://github.com/llvm/llvm-project/blob/fb33af08e4c105a05855f8beeb972d493410e72f/mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp#L303-L312

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

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


More information about the Mlir-commits mailing list