[llvm] [X86][PartialReduction] Lower zext-byte add reductions to vpsadbw (PR #201076)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 06:07:12 PDT 2026


================
@@ -0,0 +1,49 @@
+; RUN: opt < %s -passes='expand-reductions,x86-partial-reduction' -mtriple=x86_64-unknown-unknown -mattr=+avx2 -S | FileCheck %s
----------------
RKSimon wrote:

move these to phaseordering/x86?

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


More information about the llvm-commits mailing list