[llvm-branch-commits] [llvm] [AMDGPU] Support Wave Reduction for i16 types - 3 (PR #194812)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon May 4 06:46:00 PDT 2026
================
@@ -5940,6 +5949,7 @@ static MachineBasicBlock *lowerWaveReduce(MachineInstr &MI,
.addReg(ExecMask);
switch (Opc) {
+ case AMDGPU::V_XOR_B16_fake16_e64:
----------------
easyonaadit wrote:
Yupp. I forgot to push the updated patchset.
https://github.com/llvm/llvm-project/pull/194812
More information about the llvm-branch-commits
mailing list