diff options
author | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2016-11-17 16:41:49 +0000 |
---|---|---|
committer | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2016-11-17 16:41:49 +0000 |
commit | 0a1a7b6b23a415629c2a478bb7abdaf7aa4cc173 (patch) | |
tree | 532a16b5cea9155255d9b0cf0e266aa4e0350a5c /llvm/test/CodeGen/AMDGPU/sad.ll | |
parent | 4c3322cc843c6233e78a123259808eeb37198aa9 (diff) | |
download | bcm5719-llvm-0a1a7b6b23a415629c2a478bb7abdaf7aa4cc173.tar.gz bcm5719-llvm-0a1a7b6b23a415629c2a478bb7abdaf7aa4cc173.zip |
Revert "AMDGPU: Enable ConstrainCopy DAG mutation"
This reverts commit r287146.
This breaks few conformance tests.
llvm-svn: 287233
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/sad.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/sad.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/sad.ll b/llvm/test/CodeGen/AMDGPU/sad.ll index 846825a189b..53448340163 100644 --- a/llvm/test/CodeGen/AMDGPU/sad.ll +++ b/llvm/test/CodeGen/AMDGPU/sad.ll @@ -134,8 +134,8 @@ define void @v_sad_u32_multi_use_sub_pat2(i32 addrspace(1)* %out, i32 %a, i32 %b ; GCN-LABEL: {{^}}v_sad_u32_multi_use_select_pat2: ; GCN: s_sub_i32 s{{[0-9]+}}, s{{[0-9]+}}, s{{[0-9]+}} -; GCN-DAG: s_sub_i32 s{{[0-9]+}}, s{{[0-9]+}}, s{{[0-9]+}} -; GCN-DAG: v_cmp_gt_u32_e32 vcc, s{{[0-9]+}}, v{{[0-9]+}} +; GCN: v_cmp_gt_u32_e32 vcc, s{{[0-9]+}}, v{{[0-9]+}} +; GCN: s_sub_i32 s{{[0-9]+}}, s{{[0-9]+}}, s{{[0-9]+}} define void @v_sad_u32_multi_use_select_pat2(i32 addrspace(1)* %out, i32 %a, i32 %b, i32 %c) { %icmp0 = icmp ugt i32 %a, %b %sub0 = sub i32 %a, %b |