diff options
Diffstat (limited to 'polly/test/CodeGen/OpenMP/extract_memref.ll')
| -rw-r--r-- | polly/test/CodeGen/OpenMP/extract_memref.ll | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/polly/test/CodeGen/OpenMP/extract_memref.ll b/polly/test/CodeGen/OpenMP/extract_memref.ll index c5993b44038..825eb71bc80 100644 --- a/polly/test/CodeGen/OpenMP/extract_memref.ll +++ b/polly/test/CodeGen/OpenMP/extract_memref.ll @@ -1,5 +1,23 @@ -; ModuleID = 'extract_memref.s' ; RUN: opt %loadPolly %defaultOpts -polly-codegen -enable-polly-openmp -S < %s | FileCheck %s + +;#define N 10 +; +;void foo() { +; float A[N]; +; int i = 0; +; +; for (i=0; i < N; i++) +; A[i] = 10; +; +; return; +;} +; +; +;int main() +;{ +; foo(); +;} + 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" |

