[PATCH] D80241: [SLP] PR45269 Fix getVectorElementSize() is slow
Anton Afanasyev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 20 10:54:50 PDT 2020
anton-afanasyev added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:5392
- // Otherwise, return the maximum width we found.
- return MaxWidth;
----------------
Could we add this deleted comment to the comment above ("If we didn't encounter...")?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80241/new/
https://reviews.llvm.org/D80241
More information about the llvm-commits
mailing list