[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
================
@@ -911,41 +834,21 @@ llvm::ElementCount mlir::LLVM::getVectorNumElements(Type type) {
return llvm::ElementCount::getScalable(ty.getNumElements());
----------------
Dinistro wrote:
This `TypeSwitch` is also no longer too useful.
https://github.com/llvm/llvm-project/pull/133286
More information about the llvm-branch-commits
mailing list