summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/selectcc-opt.ll
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-10-01 19:32:58 +0000
committerVincent Lejeune <vljn@ovi.com>2013-10-01 19:32:58 +0000
commitdfef7cbfc6a96d129b99750f554c7dbc000d3228 (patch)
treeff3bd94d5ccb1187757284832161119cd2c94486 /test/CodeGen/R600/selectcc-opt.ll
parentc6c37d74a272f49f811fe747aa71f372600dfd9e (diff)
downloadllvm-dfef7cbfc6a96d129b99750f554c7dbc000d3228.tar.gz
llvm-dfef7cbfc6a96d129b99750f554c7dbc000d3228.tar.bz2
llvm-dfef7cbfc6a96d129b99750f554c7dbc000d3228.tar.xz
R600: add a pass that merges clauses.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191790 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/selectcc-opt.ll')
-rw-r--r--test/CodeGen/R600/selectcc-opt.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/R600/selectcc-opt.ll b/test/CodeGen/R600/selectcc-opt.ll
index 9bae401908..834c030695 100644
--- a/test/CodeGen/R600/selectcc-opt.ll
+++ b/test/CodeGen/R600/selectcc-opt.ll
@@ -30,7 +30,8 @@ ENDIF:
; CHECK: @test_b
; CHECK: SET{{[GTEQN]+}}_DX10
-; CHECK: PRED_
+; CHECK-NEXT: PRED_
+; CHECK-NEXT: ALU clause starting
define void @test_b(i32 addrspace(1)* %out, float %in) {
entry:
%0 = fcmp olt float %in, 0.0