[Mlir-commits] [mlir] [mlir][vector] Deal with special patterns when emulating masked load/store (PR #75587)

Hsiangkai Wang llvmlistbot at llvm.org
Tue Dec 19 08:48:19 PST 2023


Hsiangkai wrote:

In this patch, the special case is continuous 1s, then continuous 0s, e.g., [1, 1, 1, ..., 0, 0].

https://github.com/llvm/llvm-project/pull/75587


More information about the Mlir-commits mailing list