[llvm] [LoopVectorizer] Add support for partial reductions (PR #92418)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 02:29:11 PST 2024
================
@@ -34,6 +53,9 @@ class VPRecipeBuilder {
/// Target Library Info.
const TargetLibraryInfo *TLI;
+ // Target Transform Info
+ const TargetTransformInfo *TTI;
----------------
SamTebbs33 wrote:
Yeah it is indeed needed after moving `getScaledReduction`.
https://github.com/llvm/llvm-project/pull/92418
More information about the llvm-commits
mailing list