summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/DSInstructions.td
diff options
context:
space:
mode:
authorArtem Tamazov <artem.tamazov@amd.com>2017-02-03 12:47:30 +0000
committerArtem Tamazov <artem.tamazov@amd.com>2017-02-03 12:47:30 +0000
commit43b61561b065a27dc96fd6ec1f6fa7691d2c82b1 (patch)
treefd79a87ab4ff9dd71a012b6ef343be4a8e2038e7 /llvm/lib/Target/AMDGPU/DSInstructions.td
parenta0d9f2582b7c31e604f4dc82fd5eae10d33aae7e (diff)
downloadbcm5719-llvm-43b61561b065a27dc96fd6ec1f6fa7691d2c82b1.tar.gz
bcm5719-llvm-43b61561b065a27dc96fd6ec1f6fa7691d2c82b1.zip
[AMDGPU][mc] Fix AddressSanitizer leftover issue in gfx7_asm_all test
Issue occurs when assembling "ds_ordered_count v0, v0 gds". llvm-svn: 294004
Diffstat (limited to 'llvm/lib/Target/AMDGPU/DSInstructions.td')
-rw-r--r--llvm/lib/Target/AMDGPU/DSInstructions.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/AMDGPU/DSInstructions.td b/llvm/lib/Target/AMDGPU/DSInstructions.td
index a077001df6b..7f7aa18c671 100644
--- a/llvm/lib/Target/AMDGPU/DSInstructions.td
+++ b/llvm/lib/Target/AMDGPU/DSInstructions.td
@@ -174,6 +174,7 @@ class DS_1A_RET_GDS <string opName> : DS_Pseudo<opName,
let has_data1 = 0;
let has_gds = 0;
let gdsValue = 1;
+ let AsmMatchConverter = "cvtDSGds";
}
class DS_0A_RET <string opName> : DS_Pseudo<opName,
OpenPOWER on IntegriCloud