mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 02:16:29 +00:00

The LLVM dialect no longer has its own vector types. It uses `mlir::VectorType` everywhere. Remove `LLVM::getFixedVectorType/getScalableVectorType` and use `VectorType::get` instead. This commit addresses a [comment](https://github.com/llvm/llvm-project/pull/133286#discussion_r2022192500) on the PR that deleted the LLVM vector types.
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.