================ @@ -1573,6 +1575,39 @@ class VPWidenCallRecipe : public VPSingleDefRecipe { #endif }; +class VPHistogramRecipe : public VPRecipeBase { + const HistogramInfo *Info; ---------------- fhahn wrote: can store by reference? https://github.com/llvm/llvm-project/pull/99851