Pointer operand of scatter loads does not remain scalar in the tree (it
gest vectorized) and thus must not be marked as the scalar that remains
scalar in vectorized form.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | ||
---|---|---|
2578 | We could make the same check inside InTreeUserNeedToExtract(), but here it looks more simple. |
We could make the same check inside InTreeUserNeedToExtract(), but here it looks more simple.