[llvm] [LoopVectorizer] Add support for partial reductions (PR #92418)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 10 12:39:45 PST 2024


================
@@ -34,6 +53,9 @@ class VPRecipeBuilder {
   /// Target Library Info.
   const TargetLibraryInfo *TLI;
 
+  // Target Transform Info
+  const TargetTransformInfo *TTI;
----------------
fhahn wrote:

Not used in the current version, but could if `getScaledReduction` is moved to builder?


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


More information about the llvm-commits mailing list