[llvm] [SandboxVectorizer] New class to actually collect and manage seeds (PR #112979)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Oct 18 16:53:55 PDT 2024
    
    
  
================
@@ -60,6 +60,16 @@ class Utils {
         getUnderlyingObject(LSI->getPointerOperand()->Val));
   }
 
+  /// \Returns the number of elements in \p Ty, that is the number of lanes
+  /// if a fixed vector or 1 if scalar. ScalableVectors
----------------
Sterling-Augustine wrote:
Improved comment.
https://github.com/llvm/llvm-project/pull/112979
    
    
More information about the llvm-commits
mailing list