[PATCH] D70587: [SLP] Enhance SLPVectorizer to vectorize different combinations of aggregates
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 14:16:43 PST 2019
ABataev added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:632
- /// Check if ArrayType or StructType is isomorphic to some VectorType.
- /// Accepts homogeneous aggregate of vectors like
- /// { <2 x float>, <2 x float> }
+ /// Check if homegeneous aggregate is isomorphic to some VectorType.
+ /// Accepts homogeneous multidimensional aggregate of scalars/vectors like
----------------
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