[polly] r302360 - Really disable test as intended in the previous commit
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Sat May 6 12:18:19 PDT 2017
Author: grosser
Date: Sat May 6 14:18:19 2017
New Revision: 302360
URL: http://llvm.org/viewvc/llvm-project?rev=302360&view=rev
Log:
Really disable test as intended in the previous commit
Modified:
polly/trunk/test/DeLICM/reduction_overapproximate.ll
Modified: polly/trunk/test/DeLICM/reduction_overapproximate.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/DeLICM/reduction_overapproximate.ll?rev=302360&r1=302359&r2=302360&view=diff
==============================================================================
--- polly/trunk/test/DeLICM/reduction_overapproximate.ll (original)
+++ polly/trunk/test/DeLICM/reduction_overapproximate.ll Sat May 6 14:18:19 2017
@@ -1,7 +1,7 @@
; FIXME: For some unknown reason the first test is behaving differently on
; differently systems. It is disabled for now to avoid buildbot noise.
-; DISABLED-RUN: opt %loadPolly -polly-flatten-schedule -polly-delicm-compute-known=true -polly-delicm-overapproximate-writes=true -polly-delicm -analyze < %s | FileCheck %s --check-prefix=APPROX
+; DISABLED: opt %loadPolly -polly-flatten-schedule -polly-delicm-compute-known=true -polly-delicm-overapproximate-writes=true -polly-delicm -analyze < %s | FileCheck %s --check-prefix=APPROX
; RUN: opt %loadPolly -polly-flatten-schedule -polly-delicm-compute-known=true -polly-delicm-overapproximate-writes=false -polly-delicm -analyze < %s | FileCheck %s --check-prefix=EXACT
;
; void func(double *A {
More information about the llvm-commits
mailing list