From: Stanislav Mekhanoshin Date: Thu, 25 Apr 2019 20:39:06 +0000 (+0000) Subject: [AMDGPU] gfx1010 - fix ubsan failure X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=334c00d18436a0258522a104eabcd6dae32fefaf;p=llvm [AMDGPU] gfx1010 - fix ubsan failure Revert DecoderNamespace in one place for now. It will need more changes to properly work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359239 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AMDGPU/VOP1Instructions.td b/lib/Target/AMDGPU/VOP1Instructions.td index bf4b4b1bbf8..6823739ee4b 100644 --- a/lib/Target/AMDGPU/VOP1Instructions.td +++ b/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"