[Mlir-commits] [mlir] [mlir][Vector] Improve `vector.mask` verifier (PR #139823)
Andrzej Warzyński
llvmlistbot at llvm.org
Wed May 14 08:02:47 PDT 2025
================
@@ -1747,6 +1747,34 @@ func.func @vector_mask_0d_mask(%arg0: tensor<2x4xi32>,
// -----
+func.func @vector_mask_non_empty_external_return(%t0: tensor<?xf32>, %idx: index,
----------------
banach-space wrote:
[ultranit] In the spirit of "less is more" 😅 (similar suggestion elsewhere)
```suggestion
func.func @vector_mask_non_empty_external_return(%t: tensor<?xf32>, %idx: index,
```
https://github.com/llvm/llvm-project/pull/139823
More information about the Mlir-commits
mailing list