Add not to commands that fail.

Polly devs: please check if these commands really should fail.

llvm-svn: 187263
This commit is contained in:
Rafael Espindola 2013-07-26 22:49:25 +00:00
parent 3939101d6f
commit e559af8205
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
; RUN: opt %loadPolly %defaultOpts -polly-cloog -analyze < %s | FileCheck %s
; RUN: not opt %loadPolly %defaultOpts -polly-cloog -analyze < %s | FileCheck %s
;#define M 36
;#define N 36

View File

@ -1,4 +1,4 @@
; RUN: opt %loadPolly %defaultOpts -polly-codegen %vector-opt -dce -S < %s | FileCheck %s
; RUN: not opt %loadPolly %defaultOpts -polly-codegen %vector-opt -dce -S < %s | FileCheck %s
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"
target triple = "x86_64-unknown-linux-gnu"

View File

@ -1,4 +1,4 @@
; RUN: opt %loadPolly %defaultOpts -polly-cloog -analyze -analyze < %s | not FileCheck %s
; RUN: not opt %loadPolly %defaultOpts -polly-cloog -analyze -analyze < %s | not FileCheck %s
;void f(long a[][128], long N, long M) {
; long i, j;

View File

@ -1,4 +1,4 @@
; RUN: opt -polly-analyze-ir -analyze < %s 2>&1 | not FileCheck %s
; RUN: not opt -polly-analyze-ir -analyze < %s 2>&1 | not FileCheck %s
;#define TYPE float
;#define NUM 4