[polly] r208233 - unxfail passing testcase

Sebastian Pop spop at codeaurora.org
Wed May 7 11:01:32 PDT 2014


Author: spop
Date: Wed May  7 13:01:32 2014
New Revision: 208233

URL: http://llvm.org/viewvc/llvm-project?rev=208233&view=rev
Log:
unxfail passing testcase

Modified:
    polly/trunk/test/ScopInfo/multidim_only_ivs_3d_reverse.ll

Modified: polly/trunk/test/ScopInfo/multidim_only_ivs_3d_reverse.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopInfo/multidim_only_ivs_3d_reverse.ll?rev=208233&r1=208232&r2=208233&view=diff
==============================================================================
--- polly/trunk/test/ScopInfo/multidim_only_ivs_3d_reverse.ll (original)
+++ polly/trunk/test/ScopInfo/multidim_only_ivs_3d_reverse.ll Wed May  7 13:01:32 2014
@@ -1,6 +1,4 @@
 ; RUN: opt %loadPolly -polly-scops -analyze -polly-delinearize < %s | FileCheck %s
-; This is a test that currently fails due to problems in the delinearization
-; XFAIL: *
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"
 





More information about the llvm-commits mailing list