[PATCH] D81416: [LV][SLP] Interleave to expose ILP for small loops with scalar reductions.
    Aaron H Liu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jun 17 17:17:35 PDT 2020
    
    
  
AaronLiu added a comment.
In D81416#2095961 <https://reviews.llvm.org/D81416#2095961>, @spatel wrote:
> IIUC, we should add a test under test/Transforms/PhaseOrdering with -O2 to show the cooperative effect of the 2 vectorizers rather than a stand-alone SLP test.
>  If you can push that test with full baseline CHECK lines and then apply this patch and show test diffs, that would make it much easier to tell what is intended with this patch.
Hi Sanjay,
I add a test: llvm/test/Transforms/PhaseOrdering/interleave_LV_SLP.ll
Let me know whether that is what you wanted.
Thanks!
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81416/new/
https://reviews.llvm.org/D81416
    
    
More information about the llvm-commits
mailing list