[all-commits] [llvm/llvm-project] f94131: [mlir][vector] Support multiple result types in ve...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Jan 13 07:59:52 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f94131a2a502118e0507164dcef160d1cfecb316
https://github.com/llvm/llvm-project/commit/f94131a2a502118e0507164dcef160d1cfecb316
Author: Matthias Springer <springerm at google.com>
Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
Log Message:
-----------
[mlir][vector] Support multiple result types in vector.mask
The verifier already had support for multiple result types, but the op definition assumed a single, optional result.
Differential Revision: https://reviews.llvm.org/D141683
More information about the All-commits
mailing list