mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
New testcase for PR194
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10568 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0ef76cadbb
commit
595bb97fc7
12
test/Transforms/IndVarsSimplify/2003-12-21-IndVarSize.ll
Normal file
12
test/Transforms/IndVarsSimplify/2003-12-21-IndVarSize.ll
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
; RUN: llvm-as < %s | opt -indvars | llvm-dis | grep indvar | not grep uint
|
||||||
|
|
||||||
|
%G = global long 0
|
||||||
|
|
||||||
|
void %test() {
|
||||||
|
br label %Loop
|
||||||
|
Loop:
|
||||||
|
%X = phi long [1, %0], [%X.next, %Loop]
|
||||||
|
%X.next = add long %X, 1
|
||||||
|
store long %X, long* %G
|
||||||
|
br label %Loop
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user