diff options
| author | Tobias Grosser <tobias@grosser.es> | 2014-08-02 13:37:32 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2014-08-02 13:37:32 +0000 |
| commit | 8c112d838c34cef46adcf97bc1538f6ec24eb0b3 (patch) | |
| tree | fdfd99684e1054644ed9afba1f2096f2fa25802c /polly/test/Cloog/CodeGen | |
| parent | 5b5fd4e27c0d48ffa4e9809ae13f49c71f0c3d69 (diff) | |
| download | bcm5719-llvm-8c112d838c34cef46adcf97bc1538f6ec24eb0b3.tar.gz bcm5719-llvm-8c112d838c34cef46adcf97bc1538f6ec24eb0b3.zip | |
Mark a GPGPU test case as XFAIL
This area of code is currently not very much tested. It will hopefully be
superseeded by Yabin's GSoC project.
llvm-svn: 214633
Diffstat (limited to 'polly/test/Cloog/CodeGen')
| -rw-r--r-- | polly/test/Cloog/CodeGen/GPGPU/3d_innermost_non_parallel.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/test/Cloog/CodeGen/GPGPU/3d_innermost_non_parallel.ll b/polly/test/Cloog/CodeGen/GPGPU/3d_innermost_non_parallel.ll index 06d282b190a..7ae0713698e 100644 --- a/polly/test/Cloog/CodeGen/GPGPU/3d_innermost_non_parallel.ll +++ b/polly/test/Cloog/CodeGen/GPGPU/3d_innermost_non_parallel.ll @@ -1,6 +1,8 @@ ; REQUIRES: nvptx-registered-target ; RUN: opt %loadPolly -basicaa -polly-import-jscop -polly-import-jscop-dir=%S -polly-import-jscop-postfix=transformed+gpu -enable-polly-gpgpu -polly-gpgpu-triple=nvptx64-unknown-unknown -polly-codegen < %s -S | FileCheck %s +; This test case is currently broken. +; XFAIL: * ;int A[128][128]; ; ;int gpu_no_pure() { |

