diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-02-27 19:20:19 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-02-27 19:20:19 +0000 |
commit | bad3ff207f68e69f36b9a1f90a29f22341e505bb (patch) | |
tree | d97ff485a8abb3f3e161417419b2f24fdce66b29 /polly/test/TempScop/intra_and_inter_bb_scalar_dep.ll | |
parent | 218b78319277e27d8f283c85369f968ab580015b (diff) | |
download | bcm5719-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/TempScop/intra_and_inter_bb_scalar_dep.ll')
-rw-r--r-- | polly/test/TempScop/intra_and_inter_bb_scalar_dep.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/TempScop/intra_and_inter_bb_scalar_dep.ll b/polly/test/TempScop/intra_and_inter_bb_scalar_dep.ll index 7c88c96a8e6..90c4d98c3df 100644 --- a/polly/test/TempScop/intra_and_inter_bb_scalar_dep.ll +++ b/polly/test/TempScop/intra_and_inter_bb_scalar_dep.ll @@ -41,7 +41,7 @@ for.j: ; preds = %for.j, %entry.next ; CHECK: Read init[0] ; CHECK: Read init_ptr[0] ; CHECK: Write A[{0,+,8}<%for.j>] - %scevgep = getelementptr i64* %A, i64 %indvar.j + %scevgep = getelementptr i64, i64* %A, i64 %indvar.j store i64 %init_sum, i64* %scevgep %indvar.j.next = add nsw i64 %indvar.j, 1 %exitcond.j = icmp eq i64 %indvar.j.next, %N |