[Mlir-commits] [mlir] [mlir][VectorOps] Extend vector.constant_mask to support 'all true' scalable dims (PR #66638)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Sep 20 01:27:46 PDT 2023
================
@@ -1819,16 +1819,55 @@ func.func @genbool_1d() -> vector<8xi1> {
// -----
-func.func @genbool_1d_scalable() -> vector<[8]xi1> {
----------------
banach-space wrote:
[nit] `ptrue` is a very "SVE term", not sure about `pfalse` tbh. Perhaps `all_true` and `all_false` instead? That would be more generic.
https://github.com/llvm/llvm-project/pull/66638
More information about the Mlir-commits
mailing list