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

Diego Caballero via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Mar 27 13:32:30 PDT 2025


================
@@ -150,8 +150,7 @@ generatedTypePrinter(Type def, AsmPrinter &printer);
 
 bool LLVMArrayType::isValidElementType(Type type) {
   return !llvm::isa<LLVMVoidType, LLVMLabelType, LLVMMetadataType,
-                    LLVMFunctionType, LLVMTokenType, LLVMScalableVectorType>(
-      type);
+                    LLVMFunctionType, LLVMTokenType>(type);
----------------
dcaballe wrote:

That makes sense but I don't remember if we did something about this for SME. cc: @banach-space 

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


More information about the llvm-branch-commits mailing list