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

Matthias Springer llvmlistbot at llvm.org
Tue Apr 8 10:58:16 PDT 2025


================
@@ -3108,35 +3102,27 @@ OpFoldResult LLVM::ZeroOp::fold(FoldAdaptor) {
 //===----------------------------------------------------------------------===//
 
 /// Compute the total number of elements in the given type, also taking into
-/// account nested types. Supported types are `VectorType`, `LLVMArrayType` and
-/// `LLVMFixedVectorType`. Everything else is treated as a scalar.
+/// account nested types. Supported types are `VectorType` and `LLVMArrayType`.
+/// Everything else is treated as a scalar.
----------------
matthias-springer wrote:

I added an assertion to exclude scalable vectors.

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


More information about the Mlir-commits mailing list