[llvm-branch-commits] [llvm] [AMDGPU] Add wave reduce intrinsics for double types - 2 (PR #170812)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jan 28 08:36:08 PST 2026
================
@@ -5825,6 +5874,8 @@ static MachineBasicBlock *lowerWaveReduce(MachineInstr &MI,
.addImm(IdentityValue);
} else {
uint64_t IdentityValue = getIdentityValueFor64BitWaveReduction(Opc);
----------------
arsenm wrote:
Maybe should change getIdentityValueFor64BitWaveReduction to work on the original reduction opcode
https://github.com/llvm/llvm-project/pull/170812
More information about the llvm-branch-commits
mailing list