Add missing 'REQUIRES' line

llvm-svn: 311046
This commit is contained in:
Tobias Grosser 2017-08-16 22:02:03 +00:00
parent 00135562e5
commit 5502eb0986
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
; RUN: -polly-codegen-ppcg -polly-scops \
; RUN: -polly-invariant-load-hoisting < %s | FileCheck %s
; REQUIRES: pollyacc
; Verify that invariant loads used in a kernel statement are correctly forwarded
; as subtree value to the GPU kernel.