[all-commits] [llvm/llvm-project] 296d5c: [mlir][BuiltinTypes] Return VectorType from Vector...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Wed Aug 30 06:47:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 296d5cb60c20fe314babcd93fb5df5ecc24ae987
https://github.com/llvm/llvm-project/commit/296d5cb60c20fe314babcd93fb5df5ecc24ae987
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M mlir/include/mlir/IR/BuiltinTypes.h
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/lib/Dialect/Vector/Transforms/LowerVectorContract.cpp
Log Message:
-----------
[mlir][BuiltinTypes] Return VectorType from VectorType::Builder conversion operator
0-D vectors are now supported, so the special case of returning the just
the element type can now be removed.
A few callers that relied on the old behaviour have been updated.
Reviewed By: awarzynski, nicolasvasilache
Differential Revision: https://reviews.llvm.org/D159122
More information about the All-commits
mailing list