diff options
-rw-r--r-- | polly/test/GPGPU/invariant-load-hoisting-read-in-kernel.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/test/GPGPU/invariant-load-hoisting-read-in-kernel.ll b/polly/test/GPGPU/invariant-load-hoisting-read-in-kernel.ll index 4816a1b52e0..42772377c3c 100644 --- a/polly/test/GPGPU/invariant-load-hoisting-read-in-kernel.ll +++ b/polly/test/GPGPU/invariant-load-hoisting-read-in-kernel.ll @@ -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. |