diff options
| author | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2019-04-25 20:39:06 +0000 |
|---|---|---|
| committer | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2019-04-25 20:39:06 +0000 |
| commit | 917c477a074b44d9ace0d1da16bf5e694b07de52 (patch) | |
| tree | 43110edfd0e1d703ef2903ae25a1907d3d69607e /llvm/lib/Target/AMDGPU | |
| parent | 7a2718181e96e18f55333e6f2b16e78e97b306eb (diff) | |
| download | bcm5719-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.td | 1 |
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" |

