[polly] r214633 - Mark a GPGPU test case as XFAIL

Yabin Hu yabin.hwu at gmail.com
Sat Aug 2 07:35:39 PDT 2014


Hi Tobias,

Thanks for the patch. I will rebase my project on this right now.

Yabin


2014-08-02 15:37 GMT+02:00 Tobias Grosser <tobias at grosser.es>:

> Author: grosser
> Date: Sat Aug  2 08:37:32 2014
> New Revision: 214633
>
> URL: http://llvm.org/viewvc/llvm-project?rev=214633&view=rev
> Log:
> 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.
>
> Modified:
>     polly/trunk/test/Cloog/CodeGen/GPGPU/3d_innermost_non_parallel.ll
>
> Modified: polly/trunk/test/Cloog/CodeGen/GPGPU/3d_innermost_non_parallel.ll
> URL:
> http://llvm.org/viewvc/llvm-project/polly/trunk/test/Cloog/CodeGen/GPGPU/3d_innermost_non_parallel.ll?rev=214633&r1=214632&r2=214633&view=diff
>
> ==============================================================================
> --- polly/trunk/test/Cloog/CodeGen/GPGPU/3d_innermost_non_parallel.ll
> (original)
> +++ polly/trunk/test/Cloog/CodeGen/GPGPU/3d_innermost_non_parallel.ll Sat
> Aug  2 08:37:32 2014
> @@ -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() {
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140802/b7934be1/attachment.html>


More information about the llvm-commits mailing list