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