diff --git a/llvm/lib/Target/AMDGPU/VOP1Instructions.td b/llvm/lib/Target/AMDGPU/VOP1Instructions.td index bf4b4b1bbf80..6823739ee4b1 100644 --- a/llvm/lib/Target/AMDGPU/VOP1Instructions.td +++ b/llvm/lib/Target/AMDGPU/VOP1Instructions.td @@ -470,7 +470,6 @@ let AssemblerPredicate = isGFX10Plus, DecoderNamespace = "GFX10" in { def _sdwa_gfx10 : VOP_SDWA10_Real(NAME#"_sdwa")>, VOP1_SDWA9Ae(NAME#"_sdwa").Pfl> { - let DecoderNamespace = "SDWA10"; } } } // End AssemblerPredicate = isGFX10Plus, DecoderNamespace = "GFX10"