diff options
Diffstat (limited to 'polly/test/CodeGen/OpenMP/extract_memref.ll')
-rw-r--r-- | polly/test/CodeGen/OpenMP/extract_memref.ll | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/polly/test/CodeGen/OpenMP/extract_memref.ll b/polly/test/CodeGen/OpenMP/extract_memref.ll index 797ea0f0490..c5993b44038 100644 --- a/polly/test/CodeGen/OpenMP/extract_memref.ll +++ b/polly/test/CodeGen/OpenMP/extract_memref.ll @@ -31,7 +31,9 @@ entry: call void @foo() ret i32 0 } -; CHECK: store [10 x float]* %A, [10 x float]** -; CHECK: getelementptr inbounds %foo.omp_subfn.omp.userContext* %omp.userContext1 +; CHECK: getelementptr inbounds { [10 x float]* }* %omp.userContext, i32 0, i32 0 +; CHECK: store [10 x float]* %A, [10 x float]** %0 +; CHECK: %omp_data = bitcast { [10 x float]* }* %omp.userContext to i8* +; CHECK: inbounds { [10 x float]* }* %omp.userContext1, i32 0, i32 0 ; CHECK: load [10 x float]** -; CHECK: getelementptr inbounds [10 x float]* + |