[PATCH] D92668: [SLP]Merge reorder and reuse shuffles.
    Alexey Bataev via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Dec  4 09:57:27 PST 2020
    
    
  
ABataev created this revision.
ABataev added reviewers: RKSimon, spatel, dtemirbulatov, anton-afanasyev.
Herald added a subscriber: hiraditya.
ABataev requested review of this revision.
Herald added a project: LLVM.
It is possible to merge reuse and reorder shuffles and reduce the total
cost of the ivectorization tree/number of final instructions.
Repository:
  rG LLVM Github Monorepo
https://reviews.llvm.org/D92668
Files:
  llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
  llvm/test/Transforms/SLPVectorizer/AArch64/PR38339.ll
  llvm/test/Transforms/SLPVectorizer/X86/PR32086.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92668.309566.patch
Type: text/x-patch
Size: 15760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201204/93e11460/attachment-0001.bin>
    
    
More information about the llvm-commits
mailing list