[llvm] [AMDGPU] Extend wave reduce intrinsics for i32 type (PR #126469)

via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 03:47:55 PST 2025


================
@@ -4940,6 +4940,28 @@ static MachineBasicBlock *emitIndirectDst(MachineInstr &MI,
   return LoopBB;
 }
 
+static uint32_t getInitialValueForWaveReduction(unsigned Opc) {
----------------
easyonaadit wrote:

There are a few, but are at different parts in the pipeline. None will match with the opcodes we are checking for here.

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


More information about the llvm-commits mailing list