summaryrefslogtreecommitdiffstats
path: root/polly/test
diff options
context:
space:
mode:
authorPhilip Pfaffe <philip.pfaffe@gmail.com>2018-05-24 10:18:09 +0000
committerPhilip Pfaffe <philip.pfaffe@gmail.com>2018-05-24 10:18:09 +0000
commit7cc4300dacf5f35ad42b25e25e36e21fc62c5432 (patch)
treee00125a285d6ebf64f7e55031a9a7b2c28debfa1 /polly/test
parentdb5c58ca00f3ca642f33408d5d76352a2835b5fc (diff)
downloadbcm5719-llvm-7cc4300dacf5f35ad42b25e25e36e21fc62c5432.tar.gz
bcm5719-llvm-7cc4300dacf5f35ad42b25e25e36e21fc62c5432.zip
[Acc] Followup for r333105: Fix one additional testcase
llvm-svn: 333168
Diffstat (limited to 'polly/test')
-rw-r--r--polly/test/GPGPU/scalar-writes-in-scop-requires-abort.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/polly/test/GPGPU/scalar-writes-in-scop-requires-abort.ll b/polly/test/GPGPU/scalar-writes-in-scop-requires-abort.ll
index 1262c4d06d6..4cb50678ad9 100644
--- a/polly/test/GPGPU/scalar-writes-in-scop-requires-abort.ll
+++ b/polly/test/GPGPU/scalar-writes-in-scop-requires-abort.ll
@@ -7,7 +7,8 @@
; RUN: -polly-invariant-load-hoisting < %s | FileCheck %s -check-prefix=CODE
; RUN: opt %loadPolly -S -polly-use-llvm-names -polly-codegen-ppcg \
-; RUN: -polly-invariant-load-hoisting < %s | FileCheck %s -check-prefix=HOST-IR
+; RUN: -polly-invariant-load-hoisting -polly-stmt-granularity=bb < %s \
+; RUN: | FileCheck %s -check-prefix=HOST-IR
; REQUIRES: pollyacc
OpenPOWER on IntegriCloud