diff --git a/llvm/lib/Target/AMDGPU/VOP1Instructions.td b/llvm/lib/Target/AMDGPU/VOP1Instructions.td --- a/llvm/lib/Target/AMDGPU/VOP1Instructions.td +++ b/llvm/lib/Target/AMDGPU/VOP1Instructions.td @@ -525,9 +525,6 @@ let Inst{16-9} = op; let Inst{24-17} = !if(p.EmitDst, vdst{7-0}, 0); let Inst{31-25} = 0x3f; - - let AssemblerPredicate = HasDPP8; - let SubtargetPredicate = HasDPP8; } //===----------------------------------------------------------------------===// diff --git a/llvm/lib/Target/AMDGPU/VOP2Instructions.td b/llvm/lib/Target/AMDGPU/VOP2Instructions.td --- a/llvm/lib/Target/AMDGPU/VOP2Instructions.td +++ b/llvm/lib/Target/AMDGPU/VOP2Instructions.td @@ -931,8 +931,6 @@ let Inst{30-25} = op; let Inst{31} = 0x0; - let AssemblerPredicate = HasDPP8; - let SubtargetPredicate = HasDPP8; let OtherPredicates = ps.OtherPredicates; }