[Mlir-commits] [mlir] [MLIR] `vector.constant_mask` to support unaligned cases (PR #116520)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Sun Nov 17 12:52:34 PST 2024
================
@@ -268,18 +310,17 @@ func.func @vector_maskedload_i4_constant_mask_unaligned(%passthru: vector<5xi2>)
// CHECK: %[[MASK:.+]] = arith.constant dense<[false, true, true, true, false]> : vector<5xi1>
// CHECK: %[[COMPRESSED_MASK:.+]] = arith.constant dense<true> : vector<2xi1>
+
+// Emulated masked load from alloc:
----------------
banach-space wrote:
Shouldn't L312 be part of this block?
https://github.com/llvm/llvm-project/pull/116520
More information about the Mlir-commits
mailing list