Indices are checked as they are generated. No need to fill the whole array of indices.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Transforms/Vectorize/SLPVectorizer.cpp | ||
---|---|---|
4749 ↗ | (On Diff #183264) | any reference on why auto &&' differs? |
Comment Actions
LG
lib/Transforms/Vectorize/SLPVectorizer.cpp | ||
---|---|---|
4749 ↗ | (On Diff #183264) | It is just to be sure that we don't do copy here, but a move. |