mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
This PR removes `vector.extractelement` and `vector.insertelement` ops from the code base in favor of the `vector.extract` and `vector.insert` counterparts. See RFC: https://discourse.llvm.org/t/rfc-psa-remove-vector-extractelement-and-vector-insertelement-ops-in-favor-of-vector-extract-and-vector-insert-ops
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.