[llvm] [LV] Use VPReductionRecipe for partial reductions (PR #144908)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 24 07:37:37 PDT 2025
================
@@ -223,6 +223,8 @@ class TargetTransformInfo {
/// Get the kind of extension that an instruction represents.
LLVM_ABI static PartialReductionExtendKind
getPartialReductionExtendKind(Instruction *I);
+ LLVM_ABI static PartialReductionExtendKind
----------------
fhahn wrote:
This change looks like it could be split off to reduce the diff a bit?
https://github.com/llvm/llvm-project/pull/144908
More information about the llvm-commits
mailing list