[PATCH] D50670: Implementation of multiple loops in cxx_loop_proto
Emmett Neyman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 14 11:43:13 PDT 2018
emmettneyman added a comment.
No, it doesn't actually. I thought it would try to combine the separate loops into one block of vectorized instructions but after looking at the coverage of multiple loops vs single loop, they cover exactly the same parts of the Loop Vectorizer. Should I switch my focus to nested loops instead? I think nested loops will increase coverage.
Repository:
rC Clang
https://reviews.llvm.org/D50670
More information about the llvm-commits
mailing list