Details
Details
- Reviewers
fhahn ABataev - Commits
- rGacbe886880d3: [LV] Vectorization remark for outerloop
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,060 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | ||
---|---|---|
1036 |
|
Comment Actions
LGTM with inline comments, thanks!
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | ||
---|---|---|
1036 | 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. | |
1047 | here it will use outerloop whereas above it will use outer loop. It would be good to use outer loop in both cases. |