diff options
author | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2016-11-22 01:42:34 +0000 |
---|---|---|
committer | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2016-11-22 01:42:34 +0000 |
commit | ae0f6620e4fd73f6ba4557814e28c526cf2fa6e6 (patch) | |
tree | 840427d7c0d554b01441821932cb2a3e09dd6f4e /llvm/test/CodeGen/AMDGPU/branch-condition-and.ll | |
parent | bb536fee3218c8c4efe40cce4755ebc7ac126e66 (diff) | |
download | bcm5719-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.ll | 2 |
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)! ; |