Skip to content

Commit 7b7b5a3

Browse files
authored
[AMDGPU] Remove AsmVOP3OpSel field completely. NFCI. (#144574)
1 parent 19658d1 commit 7b7b5a3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

llvm/lib/Target/AMDGPU/SIInstrInfo.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2652,7 +2652,6 @@ class VOPProfile <list<ValueType> _ArgVT, bit _EnableClamp = 0> {
26522652
HasSrc2Mods, DstVT, HasFP8ByteSel, HasBitOp3>.ret;
26532653
field string Asm64 = AsmVOP3Base;
26542654
field string AsmVOP3P = getAsmVOP3P<HasDst, NumSrcArgs, HasNeg, HasClamp, HasOpSel>.ret;
2655-
field string AsmVOP3OpSel = AsmVOP3Base;
26562655
field string AsmVOP3DPP = getAsmVOP3DPP<AsmVOP3Base>.ret;
26572656
field string AsmVOP3DPP16 = getAsmVOP3DPP16<AsmVOP3Base>.ret;
26582657
field string AsmVOP3DPP8 = getAsmVOP3DPP8<AsmVOP3Base>.ret;

llvm/lib/Target/AMDGPU/VOP1Instructions.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@ def VOP_PERMLANE_SWAP : VOPProfile<[i32, i32, untyped, untyped]> {
393393
let Ins64 = (ins Src0RC64:$vdst_in, Src0RC64:$src0, Dpp16FI:$fi, DppBoundCtrl:$bound_ctrl);
394394
let InsVOP3OpSel = (ins Src0RC64:$vdst_in, Src0RC64:$src0, Dpp16FI:$fi, DppBoundCtrl:$bound_ctrl);
395395
let Asm64 = "$vdst, $src0$bound_ctrl$fi";
396-
let AsmVOP3OpSel = "$vdst, $src0$bound_ctrl$fi";
397396
}
398397

399398
// Special case because there are no true output operands. Hack vdst

0 commit comments

Comments
 (0)