From 7cc4300dacf5f35ad42b25e25e36e21fc62c5432 Mon Sep 17 00:00:00 2001 From: Philip Pfaffe Date: Thu, 24 May 2018 10:18:09 +0000 Subject: [PATCH] [Acc] Followup for r333105: Fix one additional testcase llvm-svn: 333168 --- polly/test/GPGPU/scalar-writes-in-scop-requires-abort.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 1262c4d06d6f..4cb50678ad9b 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