[llvm] [LV] Autovectorization for the all-in-one histogram intrinsic (PR #91458)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 11 08:03:07 PDT 2024


================
@@ -888,6 +888,7 @@ class VPSingleDefRecipe : public VPRecipeBase, public VPValue {
     case VPRecipeBase::VPWidenLoadSC:
     case VPRecipeBase::VPWidenStoreEVLSC:
     case VPRecipeBase::VPWidenStoreSC:
+    case VPRecipeBase::VPHistogramSC:
----------------
fhahn wrote:

marked as VPSingleDefRecipe here but not inheriting from VPSingleDefRecipe?

https://github.com/llvm/llvm-project/pull/91458


More information about the llvm-commits mailing list