summaryrefslogtreecommitdiffstats
path: root/polly/test/CodeGen/OpenMP
diff options
context:
space:
mode:
authorHongbin Zheng <etherzhhb@gmail.com>2011-05-06 02:38:20 +0000
committerHongbin Zheng <etherzhhb@gmail.com>2011-05-06 02:38:20 +0000
commit94c5df16e2c4e05fdce408f7ba8369f1d395d6fc (patch)
tree5393af0b15091d2f9940ba1b80bfc62b8e5b4e6b /polly/test/CodeGen/OpenMP
parent5dafebc89f1c662c55aef4621a9a071b0e7ee3b9 (diff)
downloadbcm5719-llvm-94c5df16e2c4e05fdce408f7ba8369f1d395d6fc.tar.gz
bcm5719-llvm-94c5df16e2c4e05fdce408f7ba8369f1d395d6fc.zip
ScopDetection: Remember the functions generated by backend in a pointer set, so we
do not re-generate code for these functions. llvm-svn: 130975
Diffstat (limited to 'polly/test/CodeGen/OpenMP')
-rw-r--r--polly/test/CodeGen/OpenMP/invalidate_subfn_scops.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/CodeGen/OpenMP/invalidate_subfn_scops.ll b/polly/test/CodeGen/OpenMP/invalidate_subfn_scops.ll
index 86d5f900dba..64d96963d10 100644
--- a/polly/test/CodeGen/OpenMP/invalidate_subfn_scops.ll
+++ b/polly/test/CodeGen/OpenMP/invalidate_subfn_scops.ll
@@ -1,5 +1,5 @@
; ModuleID = 'test.ll'
-; RUN: opt %loadPolly %defaultOpts -basicaa -polly-codegen -enable-polly-openmp < %s | not FileCheck %s
+; RUN: opt %loadPolly %defaultOpts -polly-codegen -enable-polly-openmp -analyze %s -debug-only=polly-detect 2>&1 | not FileCheck %s
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32"
target triple = "i386-pc-linux-gnu"
@@ -35,4 +35,4 @@ for.end11: ; preds = %for.inc8
}
-; CHECK: define internal void @main.omp_subfn.omp_subfn
+; CHECK: Checking region: omp.setup
OpenPOWER on IntegriCloud