[llvm-branch-commits] [mlir] [mlir][LLVM] Delete `LLVMFixedVectorType` and `LLVMScalableVectorType` (PR #133286)

Christian Ulmann via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Mar 31 23:00:28 PDT 2025


================
@@ -959,26 +862,12 @@ Type mlir::LLVM::getVectorType(Type elementType,
 }
 
 Type mlir::LLVM::getFixedVectorType(Type elementType, unsigned numElements) {
----------------
Dinistro wrote:

I guess that we can burn out these API's in a subsequent step? Maybe we should mark them as deprecated now? 

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


More information about the llvm-branch-commits mailing list