[PATCH] D70587: [SLP] Enhance SLPVectorizer to vectorize different combinations of aggregates

Anton Afanasyev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 22 01:35:03 PST 2019


anton-afanasyev added a comment.

Continuation of https://reviews.llvm.org/D70068. I've merged `findBuildVector()` and `findBuildAggregate()` to one `findBuildAggregate()` function making it recursive to recognize multidimensional aggregates. Aggregates required to be homogeneous.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70587





More information about the llvm-commits mailing list