summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/branch-uniformity.ll
diff options
context:
space:
mode:
authorAlexander Timofeev <Alexander.Timofeev@amd.com>2019-06-06 21:13:02 +0000
committerAlexander Timofeev <Alexander.Timofeev@amd.com>2019-06-06 21:13:02 +0000
commit37bd9bd13750a368c0468f0768f29edc37dc540a (patch)
treea1389c1689b8a5bd10f976aa66e541bb47ea255f /llvm/test/CodeGen/AMDGPU/branch-uniformity.ll
parent169fc2b0209d5574fca0927a707706ea2d5f5a09 (diff)
downloadbcm5719-llvm-37bd9bd13750a368c0468f0768f29edc37dc540a.tar.gz
bcm5719-llvm-37bd9bd13750a368c0468f0768f29edc37dc540a.zip
[AMDGPU] Partial revert for the ba447bae7448435c9986eece0811da1423972fdd
"Divergence driven ISel. Assign register class for cross block values according to the divergence." that discovered the design flaw leading to several issues that required to be solved before. This change reverts AMDGPU specific changes and keeps common part unaffected. llvm-svn: 362749
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/branch-uniformity.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/branch-uniformity.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/branch-uniformity.ll b/llvm/test/CodeGen/AMDGPU/branch-uniformity.ll
index c9c801fb191..e6f68417803 100644
--- a/llvm/test/CodeGen/AMDGPU/branch-uniformity.ll
+++ b/llvm/test/CodeGen/AMDGPU/branch-uniformity.ll
@@ -8,8 +8,8 @@
;
; CHECK-LABEL: {{^}}main:
; CHECK: ; %LOOP49
-; CHECK: s_cmp_lg_u32 s{{[0-9]+}}, 0
-; CHECK: s_cbranch_scc1
+; CHECK: v_cmp_ne_u32_e32 vcc,
+; CHECK: s_cbranch_vccnz
; CHECK: ; %ENDIF53
define amdgpu_vs float @main(i32 %in) {
main_body:
OpenPOWER on IntegriCloud