================
@@ -1517,6 +1518,35 @@ class VPWidenCallRecipe : public VPSingleDefRecipe {
#endif
};
+class VPHistogramRecipe : public VPRecipeBase {
----------------
fhahn wrote:
doc comment missing?
https://github.com/llvm/llvm-project/pull/91458