summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/simple_vec_ptr_ptr_ty.ll
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-02-27 19:20:19 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-02-27 19:20:19 +0000
commitbad3ff207f68e69f36b9a1f90a29f22341e505bb (patch)
treed97ff485a8abb3f3e161417419b2f24fdce66b29 /polly/test/Isl/CodeGen/simple_vec_ptr_ptr_ty.ll
parent218b78319277e27d8f283c85369f968ab580015b (diff)
downloadbcm5719-llvm-bad3ff207f68e69f36b9a1f90a29f22341e505bb.tar.gz
bcm5719-llvm-bad3ff207f68e69f36b9a1f90a29f22341e505bb.zip
Update Polly tests to handle explicitly typed gep changes in LLVM
llvm-svn: 230784
Diffstat (limited to 'polly/test/Isl/CodeGen/simple_vec_ptr_ptr_ty.ll')
-rw-r--r--polly/test/Isl/CodeGen/simple_vec_ptr_ptr_ty.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/simple_vec_ptr_ptr_ty.ll b/polly/test/Isl/CodeGen/simple_vec_ptr_ptr_ty.ll
index 4e0cf576195..250baddce81 100644
--- a/polly/test/Isl/CodeGen/simple_vec_ptr_ptr_ty.ll
+++ b/polly/test/Isl/CodeGen/simple_vec_ptr_ptr_ty.ll
@@ -13,7 +13,7 @@ entry:
body:
%indvar = phi i64 [ 0, %entry ], [ %indvar_next, %body ]
- %scevgep = getelementptr [1024 x float**]* @B, i64 0, i64 %indvar
+ %scevgep = getelementptr [1024 x float**], [1024 x float**]* @B, i64 0, i64 %indvar
%value = load float*** getelementptr inbounds ([1024 x float**]* @A, i64 0, i64 0), align 16
store float** %value, float*** %scevgep, align 4
%indvar_next = add i64 %indvar, 1
OpenPOWER on IntegriCloud