[llvm] [LV] Vectorize histogram operations (PR #99851)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 17 08:10:05 PDT 2024


================
@@ -69,6 +69,7 @@ class LoopVectorizationCostModel;
 class LoopVersioning;
 
 struct VPCostContext;
+struct HistogramInfo;
----------------
fhahn wrote:

might have missed it, but not used in latest version in the file?

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


More information about the llvm-commits mailing list