[llvm-branch-commits] [llvm] [AMDGPU] Support Wave Reduction for i16 types - 3 (PR #194812)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon May 4 05:51:29 PDT 2026
================
@@ -5940,6 +5949,7 @@ static MachineBasicBlock *lowerWaveReduce(MachineInstr &MI,
.addReg(ExecMask);
switch (Opc) {
+ case AMDGPU::V_XOR_B16_fake16_e64:
----------------
arsenm wrote:
Are all of these dead now?
https://github.com/llvm/llvm-project/pull/194812
More information about the llvm-branch-commits
mailing list