mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Testcase reduced by bugpoint
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6880 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
697381528f
commit
d0d09e6c8f
18
test/Transforms/TailDup/2003-06-24-Simpleloop.ll
Normal file
18
test/Transforms/TailDup/2003-06-24-Simpleloop.ll
Normal file
@ -0,0 +1,18 @@
|
||||
; RUN: as < %s | opt -tailduplicate -disable-output
|
||||
|
||||
void %motion_result7() {
|
||||
entry:
|
||||
br label %endif
|
||||
|
||||
endif:
|
||||
%i.1 = phi int [ %inc, %no_exit ], [ 0, %entry ]
|
||||
%inc = add int %i.1, 1
|
||||
br bool false, label %no_exit, label %UnifiedExitNode
|
||||
|
||||
no_exit:
|
||||
br bool false, label %UnifiedExitNode, label %endif
|
||||
|
||||
UnifiedExitNode:
|
||||
ret void
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user