[PATCH] D37648: [SLPVectorizer] Fix PR21780 Expansion of 256 bit vector loads fails to fold into shuffles

Dinar Temirbulatov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 25 00:26:11 PDT 2017


dtemirbulatov updated this revision to Diff 120197.
dtemirbulatov added a comment.
Herald added subscribers: eraman, mehdi_amini.

Update for solution, here it uses metadata "speculation.marker" with set of offsets instead of maximum offset as before, thread for discussion http://lists.llvm.org/pipermail/llvm-dev/2017-September/117782.html.


https://reviews.llvm.org/D37648

Files:
  include/llvm/IR/LLVMContext.h
  include/llvm/Transforms/Vectorize/SLPVectorizer.h
  lib/IR/LLVMContext.cpp
  lib/Transforms/Vectorize/SLPVectorizer.cpp
  test/ThinLTO/X86/lazyload_metadata.ll
  test/Transforms/SLPVectorizer/X86/pr21780.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37648.120197.patch
Type: text/x-patch
Size: 14596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171025/dd584982/attachment.bin>


More information about the llvm-commits mailing list