diff options
Diffstat (limited to 'polly/test/Isl/CodeGen/OpenMP')
| -rw-r--r-- | polly/test/Isl/CodeGen/OpenMP/loop-body-references-outer-values.ll | 2 | ||||
| -rw-r--r-- | polly/test/Isl/CodeGen/OpenMP/single_loop.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/Isl/CodeGen/OpenMP/loop-body-references-outer-values.ll b/polly/test/Isl/CodeGen/OpenMP/loop-body-references-outer-values.ll index cb7e4e37c93..af564d00514 100644 --- a/polly/test/Isl/CodeGen/OpenMP/loop-body-references-outer-values.ll +++ b/polly/test/Isl/CodeGen/OpenMP/loop-body-references-outer-values.ll @@ -14,7 +14,7 @@ ; AST: for (int c0 = 0; c0 <= 99; c0 += 1) ; AST: Stmt_for_body(c0); -; IR-LABEL: polly.start: +; IR-LABEL: polly.parallel.for: ; IR-NEXT: %0 = bitcast { float* }* %polly.par.userContext to i8* ; IR-NEXT: call void @llvm.lifetime.start(i64 8, i8* %0) ; IR-NEXT: %1 = getelementptr inbounds { float* }, { float* }* %polly.par.userContext, i32 0, i32 0 diff --git a/polly/test/Isl/CodeGen/OpenMP/single_loop.ll b/polly/test/Isl/CodeGen/OpenMP/single_loop.ll index e15a24c1b44..32239031440 100644 --- a/polly/test/Isl/CodeGen/OpenMP/single_loop.ll +++ b/polly/test/Isl/CodeGen/OpenMP/single_loop.ll @@ -30,7 +30,7 @@ ; IR-NEXT: entry ; IR-NEXT: %polly.par.userContext = alloca -; IR-LABEL: polly.start: +; IR-LABEL: polly.parallel.for: ; IR-NEXT: %0 = bitcast {}* %polly.par.userContext to i8* ; IR-NEXT: call void @llvm.lifetime.start(i64 0, i8* %0) ; IR-NEXT: %polly.par.userContext1 = bitcast {}* %polly.par.userContext to i8* |

