[PATCH] D70068: [SLP] Enhance SLPVectorizer to vectorize vector aggregate

Anton Afanasyev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 16 02:55:11 PST 2019


anton-afanasyev added a comment.

In D70068#1748108 <https://reviews.llvm.org/D70068#1748108>, @vporpo wrote:

> ...
>  But could you also add some more tests to show which of these cases this patch is taking care of. For example, I think {<2 x float>, <2 x float>, <4 x float>} or  {<2 x float>, float, float} will not work. Here are some examples:
>  ...


Yes, thanks, I'm to add two test for homogeneous and non-homogeneous cases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70068





More information about the llvm-commits mailing list