diff options
| author | Tobias Grosser <tobias@grosser.es> | 2013-07-29 01:58:07 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2013-07-29 01:58:07 +0000 |
| commit | 880c52f56a0c461149ac61b5c2e64dcc2b04f4e2 (patch) | |
| tree | 3174391b535ca4d2c8e6b80e52a240e34a3a0ba5 /polly/test/Cloog/CodeGen | |
| parent | c91dd312a44ee2c521caebb60c4ea0cf4a6cc418 (diff) | |
| download | bcm5719-llvm-880c52f56a0c461149ac61b5c2e64dcc2b04f4e2.tar.gz bcm5719-llvm-880c52f56a0c461149ac61b5c2e64dcc2b04f4e2.zip | |
CodeGeneration: Fix double free in vector for
We now use __isl_take to annotate the uses of the isl_set where we got the
memory management wrong.
Thanks to Rafael! His pipefail work hardened our test environment and exposed
this bug nicely.
llvm-svn: 187338
Diffstat (limited to 'polly/test/Cloog/CodeGen')
| -rw-r--r-- | polly/test/Cloog/CodeGen/simple_vec_two_stmts.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Cloog/CodeGen/simple_vec_two_stmts.ll b/polly/test/Cloog/CodeGen/simple_vec_two_stmts.ll index adf506a2d7a..dbbd6201dd8 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: not --crash opt %loadPolly %defaultOpts -polly-codegen %vector-opt -dce -S < %s | FileCheck %s +; RUN: 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" |

