[PATCH] D81416: [LV] Interleave to expose ILP for small loops with scalar reductions.
    Florian Hahn via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Aug 21 08:39:37 PDT 2020
    
    
  
fhahn added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/PowerPC/interleave_IC.ll:5
+;void fun(Vector<double>       &MatrixB,
+;         const Vector<double> &MatrixA,
+;         const unsigned int * const start,
----------------
If C++ code is included, it would be good if it would be self-contained and build-able. Otherwise I am not sure what value it adds?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81416/new/
https://reviews.llvm.org/D81416
    
    
More information about the llvm-commits
mailing list