[PATCH] D71055: [LV][NFC] Some refactoring and renaming to facilitate next change.
Evgeniy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 25 02:23:03 PST 2019
ebrevnov marked 8 inline comments as done.
ebrevnov added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:2737
// Create a new block containing the stride check.
+ OrigPreHeader->setName("vector.scevcheck");
----------------
Ayal wrote:
> Such a comment was suggested above.
Actually this comment is wrong.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71055/new/
https://reviews.llvm.org/D71055
More information about the llvm-commits
mailing list