summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/branch-condition-and.ll
diff options
context:
space:
mode:
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>2016-11-22 01:42:34 +0000
committerStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>2016-11-22 01:42:34 +0000
commitae0f6620e4fd73f6ba4557814e28c526cf2fa6e6 (patch)
tree840427d7c0d554b01441821932cb2a3e09dd6f4e /llvm/test/CodeGen/AMDGPU/branch-condition-and.ll
parentbb536fee3218c8c4efe40cce4755ebc7ac126e66 (diff)
downloadbcm5719-llvm-ae0f6620e4fd73f6ba4557814e28c526cf2fa6e6.tar.gz
bcm5719-llvm-ae0f6620e4fd73f6ba4557814e28c526cf2fa6e6.zip
[AMDGPU] Fix multiple vreg definitions in si-lower-control-flow
Differential Revision: https://reviews.llvm.org/D26939 llvm-svn: 287608
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/branch-condition-and.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/branch-condition-and.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/branch-condition-and.ll b/llvm/test/CodeGen/AMDGPU/branch-condition-and.ll
index 40a66c26675..86d96435a29 100644
--- a/llvm/test/CodeGen/AMDGPU/branch-condition-and.ll
+++ b/llvm/test/CodeGen/AMDGPU/branch-condition-and.ll
@@ -14,7 +14,7 @@
; GCN-DAG: v_cmp_lt_f32_e32 vcc,
; GCN: s_and_b64 [[AND:s\[[0-9]+:[0-9]+\]]], vcc, [[OTHERCC]]
; GCN: s_and_saveexec_b64 [[SAVED:s\[[0-9]+:[0-9]+\]]], [[AND]]
-; GCN: s_xor_b64 [[SAVED]], exec, [[SAVED]]
+; GCN: s_xor_b64 {{s\[[0-9]+:[0-9]+\]}}, exec, [[SAVED]]
;
; TODO: The following sequence is a bug (missing s_endpgm)!
;
OpenPOWER on IntegriCloud