diff options
author | Vincent Lejeune <vljn@ovi.com> | 2013-04-01 21:48:05 +0000 |
---|---|---|
committer | Vincent Lejeune <vljn@ovi.com> | 2013-04-01 21:48:05 +0000 |
commit | bfaa63a6dbeab1e5e943b4da454ef688d02b40fe (patch) | |
tree | 0092763a38aa45b02de9d2a845cd40572cdb8e1e /llvm/test/CodeGen/R600/disconnected-predset-break-bug.ll | |
parent | ace6f7351eb89f160623aa45af83af5db939d97b (diff) | |
download | bcm5719-llvm-bfaa63a6dbeab1e5e943b4da454ef688d02b40fe.tar.gz bcm5719-llvm-bfaa63a6dbeab1e5e943b4da454ef688d02b40fe.zip |
R600: Add support for native control flow
llvm-svn: 178505
Diffstat (limited to 'llvm/test/CodeGen/R600/disconnected-predset-break-bug.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/disconnected-predset-break-bug.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/R600/disconnected-predset-break-bug.ll b/llvm/test/CodeGen/R600/disconnected-predset-break-bug.ll index a58674269a5..09baee7a1dc 100644 --- a/llvm/test/CodeGen/R600/disconnected-predset-break-bug.ll +++ b/llvm/test/CodeGen/R600/disconnected-predset-break-bug.ll @@ -5,9 +5,10 @@ ; and the PREDICATE_BREAK in this loop. ; CHECK: @loop_ge -; CHECK: WHILE +; CHECK: LOOP_START_DX10 ; CHECK: PRED_SET -; CHECK-NEXT: PREDICATED_BREAK +; CHECK-NEXT: JUMP +; CHECK-NEXT: LOOP_BREAK define void @loop_ge(i32 addrspace(1)* nocapture %out, i32 %iterations) nounwind { entry: %cmp5 = icmp sgt i32 %iterations, 0 |