[llvm] [LV] Bundle partial reductions inside VPExpressionRecipe (PR #147302)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 9 04:11:58 PDT 2025


================
@@ -227,6 +227,8 @@ class TargetTransformInfo {
   /// Get the kind of extension that an instruction represents.
   LLVM_ABI static PartialReductionExtendKind
   getPartialReductionExtendKind(Instruction *I);
+  LLVM_ABI static PartialReductionExtendKind
+  getPartialReductionExtendKind(Instruction::CastOps CastOpc);
----------------
fhahn wrote:

would be good to add a brief comment

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


More information about the llvm-commits mailing list