[llvm] [LV] Autovectorization for the all-in-one histogram intrinsic (PR #91458)
    Paschalis Mpeis via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jun  3 05:34:30 PDT 2024
    
    
  
================
@@ -102,6 +102,12 @@ class VPRecipeBuilder {
   VPWidenRecipe *tryToWiden(Instruction *I, ArrayRef<VPValue *> Operands,
                             VPBasicBlock *VPBB);
 
+  /// Makes Histogram count operations safe for vectorization, by emitting a
----------------
paschalis-mpeis wrote:
I think this comment is valid only for the [standalone patch](https://github.com/llvm/llvm-project/pull/89366), correct?
https://github.com/llvm/llvm-project/pull/91458
    
    
More information about the llvm-commits
mailing list