diff options
author | Siddharth Bhat <siddu.druid@gmail.com> | 2017-07-05 15:20:28 +0000 |
---|---|---|
committer | Siddharth Bhat <siddu.druid@gmail.com> | 2017-07-05 15:20:28 +0000 |
commit | de0a534c75429f7e441ebfe2b2dabc77759d2d1a (patch) | |
tree | f86dd092fa1d155c87bd5992412c198f62146995 | |
parent | 47c7237bd88851493a090261d2bed2580886ea68 (diff) | |
download | bcm5719-llvm-de0a534c75429f7e441ebfe2b2dabc77759d2d1a.tar.gz bcm5719-llvm-de0a534c75429f7e441ebfe2b2dabc77759d2d1a.zip |
[NFC] Fix breaking build by adding REQUIRES: pollyacc
llvm-svn: 307165
-rw-r--r-- | polly/test/GPGPU/privatization-simple.ll | 2 | ||||
-rw-r--r-- | polly/test/GPGPU/privatization.ll | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/polly/test/GPGPU/privatization-simple.ll b/polly/test/GPGPU/privatization-simple.ll index a6484379e5d..34f543786d6 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 f2a4ef238bf..0b67b0bbc25 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 |