[PATCH] D105437: [LV] Collect a list of all element types found in the loop (NFC)
    Sander de Smalen via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jul  5 13:53:04 PDT 2021
    
    
  
sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.
Other than my nit, this looks fine to me.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:1309
+  /// Collect all element types in the loop for which widening is needed.
+  void collectAllElementTypesInLoop();
+
----------------
nit: `collectElementTypesForWidening` ?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105437/new/
https://reviews.llvm.org/D105437
    
    
More information about the llvm-commits
mailing list