Multiple vector results require multiple masks and passthru values.
Depends On: D141683
Differential D141786
[mlir][vector] Limit vector.mask op to single vector result springerm on Jan 15 2023, 2:59 AM. Authored by
Details
Diff Detail
Event TimelineComment Actions We don't have an ops that has multiple vector results. An unregistered op doesn't work here either because it doesn't implement the MaskableOpInterface, so we fail before reaching this check. I would leave this without a test instead of adding a bunch of C++ boilerplate to create a new dummy op. |