[PATCH] D119241: [VE] v256i1 broadcast isel and tests

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 13 23:52:35 PST 2022


simoll added a comment.

In D119241#3315956 <https://reviews.llvm.org/D119241#3315956>, @kaz7 wrote:

> Is it possible to add 512i1 test cases?

The machinery in this patch is insufficient for general v512i1 broadcasts. We need custom opcodes to put together and separate the odd/even parts of masks (and vectors) first. The idea for v512i1 broadcasts is to supplement tests once the `vec_pack` and `vec_unpack_lo|hi` SDNodes in the downstream version are upstreamed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119241/new/

https://reviews.llvm.org/D119241



More information about the llvm-commits mailing list