summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/loop-address.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
commita4da6fb53577d16b61fab965284dbf4cb5a31ff2 (patch)
tree60685edac6824872e825fc3ae79b3d46e72df5fb /llvm/test/CodeGen/R600/loop-address.ll
parent0b342d6f743b16e2157088b1cc41b32e42e9d743 (diff)
downloadbcm5719-llvm-a4da6fb53577d16b61fab965284dbf4cb5a31ff2.tar.gz
bcm5719-llvm-a4da6fb53577d16b61fab965284dbf4cb5a31ff2.zip
R600: add a pass that merges clauses.
llvm-svn: 191790
Diffstat (limited to 'llvm/test/CodeGen/R600/loop-address.ll')
-rw-r--r--llvm/test/CodeGen/R600/loop-address.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/R600/loop-address.ll b/llvm/test/CodeGen/R600/loop-address.ll
index acded22c3ce..b46d8e9dfb0 100644
--- a/llvm/test/CodeGen/R600/loop-address.ll
+++ b/llvm/test/CodeGen/R600/loop-address.ll
@@ -1,9 +1,9 @@
;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
;CHECK: ALU_PUSH
-;CHECK: LOOP_START_DX10 @13
-;CHECK: LOOP_BREAK @12
-;CHECK: POP @12
+;CHECK: LOOP_START_DX10 @11
+;CHECK: LOOP_BREAK @10
+;CHECK: POP @10
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-v16:16:16-v24:32:32-v32:32:32-v48:64:64-v64:64:64-v96:128:128-v128:128:128-v192:256:256-v256:256:256-v512:512:512-v1024:1024:1024-v2048:2048:2048-n32:64"
target triple = "r600--"
OpenPOWER on IntegriCloud