summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/i1-copy-from-loop.ll
diff options
context:
space:
mode:
authorvpykhtin <valery.pykhtin@gmail.com>2019-11-18 20:06:48 +0300
committervpykhtin <valery.pykhtin@gmail.com>2019-11-26 18:59:37 +0300
commit008e65a7bfb320bf197a04ff6427da84f8d38b76 (patch)
treec461bfbf3ac9dcc0e0dea04f97f46bf3e71a35b8 /llvm/test/CodeGen/AMDGPU/i1-copy-from-loop.ll
parenta913e872d6e7044ae77e55c45ab3ea5304eb7262 (diff)
downloadbcm5719-llvm-008e65a7bfb320bf197a04ff6427da84f8d38b76.tar.gz
bcm5719-llvm-008e65a7bfb320bf197a04ff6427da84f8d38b76.zip
[AMDGPU] Fix emitIfBreak CF lowering: use temp reg to make register coalescer life easier.
Differential revision: https://reviews.llvm.org/D70405
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/i1-copy-from-loop.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/i1-copy-from-loop.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/i1-copy-from-loop.ll b/llvm/test/CodeGen/AMDGPU/i1-copy-from-loop.ll
index fff1c22918e..51d1c091ab9 100644
--- a/llvm/test/CodeGen/AMDGPU/i1-copy-from-loop.ll
+++ b/llvm/test/CodeGen/AMDGPU/i1-copy-from-loop.ll
@@ -3,11 +3,10 @@
; SI-LABEL: {{^}}i1_copy_from_loop:
;
-; SI: [[LOOP:BB0_[0-9]+]]: ; %Flow1
-; SI: s_or_b64 exec, exec, [[EXIT_MASK:s\[[0-9]+:[0-9]+\]]]
; SI: ; %Flow
+; SI: s_or_b64 [[EXIT_MASK:s\[[0-9]+:[0-9]+\]]]
; SI: s_and_b64 [[ACCUM_MASK:s\[[0-9]+:[0-9]+\]]], [[CC_MASK:s\[[0-9]+:[0-9]+\]]], exec
-; SI: s_or_b64 [[I1_VALUE:s\[[0-9]+:[0-9]+\]]], s[6:7], [[ACCUM_MASK]]
+; SI: s_or_b64 [[I1_VALUE:s\[[0-9]+:[0-9]+\]]], {{s\[[0-9]+:[0-9]+\]}}, [[ACCUM_MASK]]
; SI: s_cbranch_execz [[FOR_END_LABEL:BB0_[0-9]+]]
; SI: ; %for.body
OpenPOWER on IntegriCloud