[llvm] [AMDGPU][MC] GFX9 - allow op_sel in v_interp_p2_f16 (PR #150712)
Joe Nash via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 8 13:19:01 PDT 2025
================
@@ -1299,6 +1299,14 @@ void AMDGPUInstPrinter::printOpSel(const MCInst *MI, unsigned,
O << " op_sel:[" << FI << ',' << BC << ']';
return;
}
+ if (Opc == AMDGPU::V_INTERP_P2_F16_opsel_gfx9) {
----------------
Sisyph wrote:
Can you not add this block, and let printPackedModifer handle it?
https://github.com/llvm/llvm-project/pull/150712
More information about the llvm-commits
mailing list