[mlir][vector] Support multiple result types in vector.mask
authorMatthias Springer <springerm@google.com>
Fri, 13 Jan 2023 15:52:48 +0000 (16:52 +0100)
committerMatthias Springer <springerm@google.com>
Fri, 13 Jan 2023 15:59:36 +0000 (16:59 +0100)
commitf94131a2a502118e0507164dcef160d1cfecb316
treeb6fb6b60b8bb41f2dc72c43a5ed15c39f61a4c96
parentf601039e8165cb2a49c783ccf4aafd1f7b326a63
[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
mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
mlir/lib/Dialect/Vector/IR/VectorOps.cpp