[PATCH] D36130: [SLP] Vectorize jumbled memory loads.

Shahid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 14 02:34:54 PST 2018


ashahid updated this revision to Diff 134178.
ashahid added a comment.

Minor clean up.


Repository:
  rL LLVM

https://reviews.llvm.org/D36130

Files:
  include/llvm/Analysis/LoopAccessAnalysis.h
  lib/Analysis/LoopAccessAnalysis.cpp
  lib/Transforms/Vectorize/SLPVectorizer.cpp
  test/Transforms/SLPVectorizer/X86/external_user_jumbled_load.ll
  test/Transforms/SLPVectorizer/X86/jumbled-load-multiuse.ll
  test/Transforms/SLPVectorizer/X86/jumbled-load-shuffle-placement.ll
  test/Transforms/SLPVectorizer/X86/jumbled-load-used-in-phi.ll
  test/Transforms/SLPVectorizer/X86/jumbled-load.ll
  test/Transforms/SLPVectorizer/X86/store-jumbled.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36130.134178.patch
Type: text/x-patch
Size: 55408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180214/1417541e/attachment.bin>


More information about the llvm-commits mailing list