[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:29 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.
----------------
Dinistro wrote:
Should we maybe clarify that this yields funky results when working with a scalable `VectorType`?
https://github.com/llvm/llvm-project/pull/133286
More information about the llvm-branch-commits
mailing list