[PATCH] D23410: [SLP] Initialize VectorizedValue when gathering

Matthew Simpson via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 10:59:31 PDT 2016


mssimpso updated this revision to Diff 68223.
mssimpso added a comment.

Addressed Michael's comments.

- Added more details in comments
- Used ScheduleData to optimize the common case. This prevents us from always iterating over all instructions in the block.


https://reviews.llvm.org/D23410

Files:
  lib/Transforms/Vectorize/SLPVectorizer.cpp
  test/Transforms/SLPVectorizer/AArch64/gather-root.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23410.68223.patch
Type: text/x-patch
Size: 9088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160816/51c856a4/attachment.bin>


More information about the llvm-commits mailing list