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

Sam Tebbs via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 2 08:23:01 PDT 2025


SamTebbs33 wrote:

> It looks like `LLVM.CodeGen/WebAssembly/partial-reduce-accumulate.ll` is crashing with the change

Yep, it looks the wrong operand index was being used in `VPPartialReductionRecipe::computeCost` and it's been hidden until now. Fixed.

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


More information about the llvm-commits mailing list