[PATCH] D37579: [InstCombine] 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:25:10 PDT 2017


dtemirbulatov updated this revision to Diff 120196.
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/D37579

Files:
  include/llvm/IR/LLVMContext.h
  include/llvm/Transforms/Vectorize/SLPVectorizer.h
  lib/IR/LLVMContext.cpp
  lib/Transforms/InstCombine/InstCombineInternal.h
  lib/Transforms/InstCombine/InstructionCombining.cpp
  test/ThinLTO/X86/lazyload_metadata.ll
  test/Transforms/InstCombine/speculation_marker.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37579.120196.patch
Type: text/x-patch
Size: 15125 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171025/6b2ed181/attachment.bin>


More information about the llvm-commits mailing list