summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU
diff options
context:
space:
mode:
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>2019-04-25 20:39:06 +0000
committerStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>2019-04-25 20:39:06 +0000
commit917c477a074b44d9ace0d1da16bf5e694b07de52 (patch)
tree43110edfd0e1d703ef2903ae25a1907d3d69607e /llvm/lib/Target/AMDGPU
parent7a2718181e96e18f55333e6f2b16e78e97b306eb (diff)
downloadbcm5719-llvm-917c477a074b44d9ace0d1da16bf5e694b07de52.tar.gz
bcm5719-llvm-917c477a074b44d9ace0d1da16bf5e694b07de52.zip
[AMDGPU] gfx1010 - fix ubsan failure
Revert DecoderNamespace in one place for now. It will need more changes to properly work. llvm-svn: 359239
Diffstat (limited to 'llvm/lib/Target/AMDGPU')
-rw-r--r--llvm/lib/Target/AMDGPU/VOP1Instructions.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/VOP1Instructions.td b/llvm/lib/Target/AMDGPU/VOP1Instructions.td
index bf4b4b1bbf8..6823739ee4b 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<!cast<VOP1_SDWA_Pseudo>(NAME#"_sdwa")>,
VOP1_SDWA9Ae<op{7-0}, !cast<VOP1_SDWA_Pseudo>(NAME#"_sdwa").Pfl> {
- let DecoderNamespace = "SDWA10";
}
}
} // End AssemblerPredicate = isGFX10Plus, DecoderNamespace = "GFX10"
OpenPOWER on IntegriCloud