diff options
| author | Egor Churaev <egor.churaev@gmail.com> | 2016-12-13 14:02:35 +0000 |
|---|---|---|
| committer | Egor Churaev <egor.churaev@gmail.com> | 2016-12-13 14:02:35 +0000 |
| commit | 24939d479e4a9bc76c4bfa85053067a7e426c287 (patch) | |
| tree | 89987d9f27b7c16104a4188717edd7a10ea0aacd /clang/test/CodeGenOpenCL/unroll-hint.cl | |
| parent | 9dc67c0101072a84391935f5e8e3d1cf23076031 (diff) | |
| download | bcm5719-llvm-24939d479e4a9bc76c4bfa85053067a7e426c287.tar.gz bcm5719-llvm-24939d479e4a9bc76c4bfa85053067a7e426c287.zip | |
[OpenCL] Enable unroll hint for OpenCL 1.x.
Summary: Although the feature was introduced only in OpenCL C v2.0 spec., it's useful for OpenCL 1.x too and doesn't require HW support.
Reviewers: Anastasia
Subscribers: yaxunl, cfe-commits, bader
Differential Revision: https://reviews.llvm.org/D27453
llvm-svn: 289535
Diffstat (limited to 'clang/test/CodeGenOpenCL/unroll-hint.cl')
| -rw-r--r-- | clang/test/CodeGenOpenCL/unroll-hint.cl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenOpenCL/unroll-hint.cl b/clang/test/CodeGenOpenCL/unroll-hint.cl index a86762e02b5..6a9ba87a5eb 100644 --- a/clang/test/CodeGenOpenCL/unroll-hint.cl +++ b/clang/test/CodeGenOpenCL/unroll-hint.cl @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -emit-llvm -O0 -cl-std=CL2.0 -o - %s | FileCheck %s +// RUN: %clang_cc1 -emit-llvm -O0 -cl-std=CL1.2 -o - %s | FileCheck %s /*** for ***/ void for_count() |

