summaryrefslogtreecommitdiffstats
path: root/polly/test
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2018-06-16 17:38:19 +0000
committerTobias Grosser <tobias@grosser.es>2018-06-16 17:38:19 +0000
commita78a809afc0c2eb7b7764d112e4ad9e495fd5afb (patch)
tree69adf3207c82b931a6392bddedbd12ace23b47a5 /polly/test
parent6fbad9040701e84ede8fc33293aa24e2f0ecf34c (diff)
downloadbcm5719-llvm-a78a809afc0c2eb7b7764d112e4ad9e495fd5afb.tar.gz
bcm5719-llvm-a78a809afc0c2eb7b7764d112e4ad9e495fd5afb.zip
Adjust to recent LLVM changes to fix buildbots
llvm-svn: 334893
Diffstat (limited to 'polly/test')
-rw-r--r--polly/test/ScopInfo/int2ptr_ptr2int.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/ScopInfo/int2ptr_ptr2int.ll b/polly/test/ScopInfo/int2ptr_ptr2int.ll
index 586ee3fc5e6..18f62d439bb 100644
--- a/polly/test/ScopInfo/int2ptr_ptr2int.ll
+++ b/polly/test/ScopInfo/int2ptr_ptr2int.ll
@@ -19,7 +19,7 @@
; IR: polly.stmt.for.body:
; IR-NEXT: %p_tmp = ptrtoint i64* %scevgep to i64
; IR-NEXT: %p_add = add nsw i64 %p_tmp, 1
-; IR-NEXT: %p_tmp1 = inttoptr i64 %10 to i64*
+; IR-NEXT: %p_tmp1 = inttoptr i64 %14 to i64*
; IR-NEXT: %p_add.ptr2 = getelementptr inbounds i64, i64* %p_tmp1, i64 1
; IR-NEXT: %p_tmp2 = ptrtoint i64* %p_add.ptr2 to i64
; IR-NEXT: %p_arrayidx = getelementptr inbounds i64, i64* %A, i64 %p_tmp2
@@ -31,7 +31,7 @@
;
; IR: polly.loop_preheader:
; IR-NEXT: %scevgep = getelementptr i64, i64* %ptr, i32 1
-; IR-NEXT: %10 = add i64 %val, 1
+; IR-NEXT: %14 = add i64 %val, 1
; IR-NEXT: br label %polly.loop_header
;
target datalayout = "e-p:32:32:32-m:e-i64:64-f80:128-n8:16:32:64-S128"
OpenPOWER on IntegriCloud