Details
Details
- Reviewers
fhahn ABataev - Commits
- rGacbe886880d3: [LV] Vectorization remark for outerloop
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | ||
---|---|---|
1034 |
|
Comment Actions
LGTM with inline comments, thanks!
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | ||
---|---|---|
1034 | nit: In case an outer loop is vectorized, + period at end of sentence. But it would also be OK to remove the last sentence IMO. | |
1045 | here it will use outerloop whereas above it will use outer loop. It would be good to use outer loop in both cases. |