From de0a534c75429f7e441ebfe2b2dabc77759d2d1a Mon Sep 17 00:00:00 2001 From: Siddharth Bhat Date: Wed, 5 Jul 2017 15:20:28 +0000 Subject: [PATCH] [NFC] Fix breaking build by adding REQUIRES: pollyacc llvm-svn: 307165 --- polly/test/GPGPU/privatization-simple.ll | 2 ++ polly/test/GPGPU/privatization.ll | 2 ++ 2 files changed, 4 insertions(+) diff --git a/polly/test/GPGPU/privatization-simple.ll b/polly/test/GPGPU/privatization-simple.ll index a6484379e5de..34f543786d6d 100644 --- a/polly/test/GPGPU/privatization-simple.ll +++ b/polly/test/GPGPU/privatization-simple.ll @@ -1,6 +1,8 @@ ; RUN: opt %loadPolly -analyze -polly-scops < %s | FileCheck %s -check-prefix=SCOP ; RUN: opt %loadPolly -S -polly-codegen-ppcg < %s | FileCheck %s -check-prefix=HOST-IR +; REQUIRES: pollyacc + ; SCOP: Function: f ; SCOP-NEXT: Region: %for.body---%for.end ; SCOP-NEXT: Max Loop Depth: 1 diff --git a/polly/test/GPGPU/privatization.ll b/polly/test/GPGPU/privatization.ll index f2a4ef238bfa..0b67b0bbc258 100644 --- a/polly/test/GPGPU/privatization.ll +++ b/polly/test/GPGPU/privatization.ll @@ -1,6 +1,8 @@ ; RUN: opt %loadPolly -analyze -polly-scops < %s | FileCheck %s -check-prefix=SCOP ; RUN: opt %loadPolly -S -polly-codegen-ppcg < %s | FileCheck %s -check-prefix=HOST-IR +; REQUIRES: pollyacc + ; SCOP: Function: checkPrivatization ; SCOP-NEXT: Region: %for.body---%for.end ; SCOP-NEXT: Max Loop Depth: 1