[llvm] [LV] Add support for partial reductions without a binary op (PR #133922)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 4 06:21:06 PDT 2025


================
@@ -5046,6 +5056,7 @@ InstructionCost AArch64TTIImpl::getPartialReductionCost(
     if (VFMinValue == Scale)
       return Invalid;
   }
+
----------------
david-arm wrote:

Done

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


More information about the llvm-commits mailing list