[PATCH] D49428: [LSV] Look through selects for consecutive addresses
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 19 05:41:50 PDT 2018
arsenm added inline comments.
================
Comment at: lib/Transforms/Vectorize/LoadStoreVectorizer.cpp:315
+bool Vectorizer::areConsecutivePointers(Value *PtrA, Value *PtrB,
+ APInt PtrDelta, unsigned MaxRecurse) {
unsigned PtrBitWidth = DL.getPointerTypeSizeInBits(PtrA->getType());
----------------
Const method?
Repository:
rL LLVM
https://reviews.llvm.org/D49428
More information about the llvm-commits
mailing list