[all-commits] [llvm/llvm-project] 6ae13b: [MLIR] Remove LLVMVectorType
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Mar 30 01:58:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ae13b74d6cf02593e892323cae7c322911d497a
https://github.com/llvm/llvm-project/commit/6ae13b74d6cf02593e892323cae7c322911d497a
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMTypes.h
Log Message:
-----------
[MLIR] Remove LLVMVectorType
While this claims to be the base class for fixed and scalable
vectors, this is no longer the case since D94405. In fact,
LLVMVectorType is not usable, since the methods it declares are
never defined. Remove this leftover.
Differential Revision: https://reviews.llvm.org/D122707
More information about the All-commits
mailing list