[llvm] [TTI][WebAssembly] Pairwise reduction expansion (PR #93948)

Sam Parker via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 26 02:59:06 PDT 2024


sparker-arm wrote:

> Do we need to check for ordered float reductions?

If I understand the question correctly, we already do. ExpandReductions will only generate a shuffle for operations that allow reassociation and this is when we can choose our arbitrary shuffle pattern(s).

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


More information about the llvm-commits mailing list