[Mlir-commits] [mlir] [mlir][vector][nfc] Add tests + update docs for narrow-type emulation (PR #115460)

Andrzej Warzyński llvmlistbot at llvm.org
Mon Nov 11 09:15:25 PST 2024


banach-space wrote:

> ```
> %mask = [0, 1, 1, 1, 1, 1, 0, 0]
> ```

> The preceding zeros are common for the unaligned cases introduced here: #113411.

👍🏻 As pointed out in my previous reply, I wasn't able to test that case. But I see what you and @lialan mean and I restored that part of the comment. Still, using an example that doesn't work to document behaviour is not ideal 😅 (perhaps there's a version that works?)

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


More information about the Mlir-commits mailing list