[Mlir-commits] [mlir] [mlir][vector] Extend `CreateMaskFolder` (PR #75842)

Jakub Kuderski llvmlistbot at llvm.org
Mon Dec 18 14:41:41 PST 2023


kuhar wrote:

> > If operand-value is negative, it is treated as if it were zero, and **if it is greater than the corresponding dimension size, it is treated as if it were equal to the dimension size**.
> 
> Btw, this PR doesn't change the semantics of `vector.create_mask`.

Ah, I missed this part of the spec. Now that you have highlighted it makes perfect sense. Thanks!

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


More information about the Mlir-commits mailing list