summaryrefslogtreecommitdiffstats
path: root/polly/test/Cloog/CodeGen
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-26 22:49:25 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-26 22:49:25 +0000
commite559af8205c11dd2509e6f6ce12236bc3ddd978b (patch)
tree0a44993ac1b68b08ee7c68a47525cfde8198da12 /polly/test/Cloog/CodeGen
parent3939101d6f26b6456a81185d0e4e66cd5e38bfc5 (diff)
downloadbcm5719-llvm-e559af8205c11dd2509e6f6ce12236bc3ddd978b.tar.gz
bcm5719-llvm-e559af8205c11dd2509e6f6ce12236bc3ddd978b.zip
Add not to commands that fail.
Polly devs: please check if these commands really should fail. llvm-svn: 187263
Diffstat (limited to 'polly/test/Cloog/CodeGen')
-rw-r--r--polly/test/Cloog/CodeGen/do_pluto_matmult.ll2
-rw-r--r--polly/test/Cloog/CodeGen/simple_vec_two_stmts.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/Cloog/CodeGen/do_pluto_matmult.ll b/polly/test/Cloog/CodeGen/do_pluto_matmult.ll
index c20092bbd5e..e250448b9fb 100644
--- a/polly/test/Cloog/CodeGen/do_pluto_matmult.ll
+++ b/polly/test/Cloog/CodeGen/do_pluto_matmult.ll
@@ -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
diff --git a/polly/test/Cloog/CodeGen/simple_vec_two_stmts.ll b/polly/test/Cloog/CodeGen/simple_vec_two_stmts.ll
index dbbd6201dd8..3ca9bae3182 100644
--- a/polly/test/Cloog/CodeGen/simple_vec_two_stmts.ll
+++ b/polly/test/Cloog/CodeGen/simple_vec_two_stmts.ll
@@ -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"
OpenPOWER on IntegriCloud