[Mlir-commits] [mlir] [mlir][vector][nfc] Add tests + update docs for narrow-type emulation (PR #115460)
Han-Chung Wang
llvmlistbot at llvm.org
Mon Nov 11 15:48:20 PST 2024
hanhanW wrote:
> ```
> %mask = [0, 1, 1, 1, 1, 1, 0, 0]
> ```
> The preceding zeros are common for the unaligned cases introduced here: https://github.com/llvm/llvm-project/pull/113411.
just for future reference, the comment about it is in https://github.com/llvm/llvm-project/pull/113411#discussion_r1815546472 . I marked the conversation unresolved, so people can see it easily in the PR.
https://github.com/llvm/llvm-project/pull/115460
More information about the Mlir-commits
mailing list