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