[Mlir-commits] [mlir] [mlir][LLVM] Delete `LLVMFixedVectorType` and `LLVMScalableVectorType` (PR #133286)
Matthias Springer
llvmlistbot at llvm.org
Tue Apr 8 10:54:36 PDT 2025
================
@@ -959,26 +862,12 @@ Type mlir::LLVM::getVectorType(Type elementType,
}
Type mlir::LLVM::getFixedVectorType(Type elementType, unsigned numElements) {
----------------
matthias-springer wrote:
I'm going to do another pass over this file (after this has been merged) and try to remove unnecessary functions.
https://github.com/llvm/llvm-project/pull/133286
More information about the Mlir-commits
mailing list