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

Andrzej Warzyński llvmlistbot at llvm.org
Tue Nov 12 05:28:07 PST 2024


banach-space wrote:

Thank you all for the discussion! I will land this later today if there's no new comments.

> > ```
> > %mask = [0, 1, 1, 1, 1, 1, 0, 0]
> > ```
> > 
> > The preceding zeros are common for the unaligned cases introduced here: #113411.
> 
> 
> just for future reference, the comment about it is in [#113411 (comment)](https://github.com/llvm/llvm-project/pull/113411#discussion_r1815546472) . I marked the conversation unresolved, so people can see it easily in the PR.

Thanks for digging this out, and apologies for not commenting when this was initially discussed. For now, I’ve created #115742 and referenced it in the comment. Hopefully, a volunteer can look into fixing it 😅 - if not, we may need to revisit.

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


More information about the Mlir-commits mailing list