summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/OpenMP/single_loop.ll
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-02-27 21:22:50 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-02-27 21:22:50 +0000
commitc94eca0546b537bbc771f8dc0ea894b74b388361 (patch)
tree103f3b2642f5dea2d724a2894a1fd97c65922967 /polly/test/Isl/CodeGen/OpenMP/single_loop.ll
parenta953f2825ba916302b1008fa071fff336ec67bf1 (diff)
downloadbcm5719-llvm-c94eca0546b537bbc771f8dc0ea894b74b388361.tar.gz
bcm5719-llvm-c94eca0546b537bbc771f8dc0ea894b74b388361.zip
Update Polly tests to handle explicitly typed load changes in LLVM.
llvm-svn: 230796
Diffstat (limited to 'polly/test/Isl/CodeGen/OpenMP/single_loop.ll')
-rw-r--r--polly/test/Isl/CodeGen/OpenMP/single_loop.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/Isl/CodeGen/OpenMP/single_loop.ll b/polly/test/Isl/CodeGen/OpenMP/single_loop.ll
index 9a1fa5d2b88..9cefb549112 100644
--- a/polly/test/Isl/CodeGen/OpenMP/single_loop.ll
+++ b/polly/test/Isl/CodeGen/OpenMP/single_loop.ll
@@ -60,8 +60,8 @@
; IR-NEXT: br i1 %[[cmp]], label %polly.par.loadIVBounds, label %polly.par.exit
; IR-LABEL: polly.par.loadIVBounds:
-; IR-NEXT: %polly.par.LB = load i64* %polly.par.LBPtr
-; IR-NEXT: %polly.par.UB = load i64* %polly.par.UBPtr
+; IR-NEXT: %polly.par.LB = load i64, i64* %polly.par.LBPtr
+; IR-NEXT: %polly.par.UB = load i64, i64* %polly.par.UBPtr
; IR-NEXT: %polly.par.UBAdjusted = sub i64 %polly.par.UB, 1
; IR-NEXT: br label %polly.loop_preheader
OpenPOWER on IntegriCloud