From 8c112d838c34cef46adcf97bc1538f6ec24eb0b3 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Sat, 2 Aug 2014 13:37:32 +0000 Subject: [PATCH] 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 --- polly/test/Cloog/CodeGen/GPGPU/3d_innermost_non_parallel.ll | 2 ++ 1 file changed, 2 insertions(+) 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 06d282b..7ae0713 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() { -- 2.7.4