summaryrefslogtreecommitdiff
path: root/polly/test/CodeGen/single_loop_int_max_iterations.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/CodeGen/single_loop_int_max_iterations.ll')
-rw-r--r--polly/test/CodeGen/single_loop_int_max_iterations.ll20
1 files changed, 10 insertions, 10 deletions
diff --git a/polly/test/CodeGen/single_loop_int_max_iterations.ll b/polly/test/CodeGen/single_loop_int_max_iterations.ll
index 9a12cd4fce8d..bfb5e4ab2698 100644
--- a/polly/test/CodeGen/single_loop_int_max_iterations.ll
+++ b/polly/test/CodeGen/single_loop_int_max_iterations.ll
@@ -26,10 +26,10 @@ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3
define i32 @main() nounwind {
entry:
- %A = alloca [20 x i32], align 4 ; <[20 x i32]*> [#uses=3]
- %arraydecay = getelementptr inbounds [20 x i32], [20 x i32]* %A, i32 0, i32 0 ; <i32*> [#uses=1]
- %arrayidx = getelementptr inbounds i32, i32* %arraydecay, i64 0 ; <i32*> [#uses=1]
- store i32 0, i32* %arrayidx
+ %A = alloca [20 x i32], align 4 ; <ptr> [#uses=3]
+ %arraydecay = getelementptr inbounds [20 x i32], ptr %A, i32 0, i32 0 ; <ptr> [#uses=1]
+ %arrayidx = getelementptr inbounds i32, ptr %arraydecay, i64 0 ; <ptr> [#uses=1]
+ store i32 0, ptr %arrayidx
fence seq_cst
br label %for.cond
@@ -39,9 +39,9 @@ for.cond: ; preds = %for.inc, %entry
br i1 %exitcond, label %for.body, label %for.end
for.body: ; preds = %for.cond
- %arraydecay2 = getelementptr inbounds [20 x i32], [20 x i32]* %A, i32 0, i32 0 ; <i32*> [#uses=1]
- %arrayidx3 = getelementptr inbounds i32, i32* %arraydecay2, i64 0 ; <i32*> [#uses=1]
- store i32 %0, i32* %arrayidx3
+ %arraydecay2 = getelementptr inbounds [20 x i32], ptr %A, i32 0, i32 0 ; <ptr> [#uses=1]
+ %arrayidx3 = getelementptr inbounds i32, ptr %arraydecay2, i64 0 ; <ptr> [#uses=1]
+ store i32 %0, ptr %arrayidx3
br label %for.inc
for.inc: ; preds = %for.body
@@ -50,9 +50,9 @@ for.inc: ; preds = %for.body
for.end: ; preds = %for.cond
fence seq_cst
- %arraydecay5 = getelementptr inbounds [20 x i32], [20 x i32]* %A, i32 0, i32 0 ; <i32*> [#uses=1]
- %arrayidx6 = getelementptr inbounds i32, i32* %arraydecay5, i64 0 ; <i32*> [#uses=1]
- %tmp7 = load i32, i32* %arrayidx6 ; <i32> [#uses=1]
+ %arraydecay5 = getelementptr inbounds [20 x i32], ptr %A, i32 0, i32 0 ; <ptr> [#uses=1]
+ %arrayidx6 = getelementptr inbounds i32, ptr %arraydecay5, i64 0 ; <ptr> [#uses=1]
+ %tmp7 = load i32, ptr %arrayidx6 ; <i32> [#uses=1]
%cmp8 = icmp eq i32 %tmp7, 2147483646 ; <i1> [#uses=1]
br i1 %cmp8, label %if.then, label %if.else