[PATCH] D79356: [CodeGen][SVE] Add patterns for whole vector predicate select

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 15:05:28 PDT 2020


efriedma added a comment.

We use whilelo to lower VECTOR_SPLAT; I think that ends up being one fewer vector instruction.  What's the tradeoff between that vs. dup+cmpne?


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

https://reviews.llvm.org/D79356





More information about the llvm-commits mailing list