projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc653f2
)
GPGPU: add missing REQUIRES line to test case
author
Tobias Grosser
<tobias@grosser.es>
Sun, 18 Sep 2016 08:57:38 +0000
(08:57 +0000)
committer
Tobias Grosser
<tobias@grosser.es>
Sun, 18 Sep 2016 08:57:38 +0000
(08:57 +0000)
llvm-svn: 281850
polly/test/GPGPU/mostly-sequential.ll
patch
|
blob
|
history
diff --git
a/polly/test/GPGPU/mostly-sequential.ll
b/polly/test/GPGPU/mostly-sequential.ll
index
dea4942
..
bb48bba
100644
(file)
--- a/
polly/test/GPGPU/mostly-sequential.ll
+++ b/
polly/test/GPGPU/mostly-sequential.ll
@@
-4,8
+4,9
@@
; RUN: opt %loadPolly -polly-codegen-ppcg -S < %s | \
; RUN: FileCheck %s -check-prefix=IR
-;
-;
+
+; REQUIRES: pollyacc
+
; void foo(float A[]) {
; for (long i = 0; i < 128; i++)
; A[i] += i;