[llvm] [LV] Vectorize histogram operations (PR #99851)
    Graham Hunter via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Sep 13 05:48:27 PDT 2024
    
    
  
================
@@ -274,6 +276,10 @@ static Instruction *getInstructionForCost(const VPRecipeBase *R) {
     return IG->getInsertPos();
   if (auto *WidenMem = dyn_cast<VPWidenMemoryRecipe>(R))
     return &WidenMem->getIngredient();
+  // FIXME: Override the cost method properly to take gather/scatter cost
----------------
huntergr-arm wrote:
They were removed. Are you looking at a cached version of the diff?
https://github.com/llvm/llvm-project/pull/99851
    
    
More information about the llvm-commits
mailing list