Skip to content

Commit

Permalink
LowerWorkshare tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanradanov committed Oct 19, 2024
1 parent 1ed5817 commit f1a1bef
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions flang/test/Transforms/OpenMP/lower-workshare-alloca.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ func.func @wsfunc() {
"test.test1"(%alloc) : (!fir.ref<i32>) -> ()
omp.yield
}
omp.terminator
}
"test.test2"(%alloc) : (!fir.ref<i32>) -> ()
omp.terminator
Expand Down Expand Up @@ -43,7 +42,6 @@ func.func @wsfunc() {
// CHECK: "test.test1"(%[[VAL_0]]) : (!fir.ref<i32>) -> ()
// CHECK: omp.yield
// CHECK: }
// CHECK: omp.terminator
// CHECK: }
// CHECK: omp.single nowait {
// CHECK: "test.test2"(%[[VAL_0]]) : (!fir.ref<i32>) -> ()
Expand Down
2 changes: 0 additions & 2 deletions flang/test/Transforms/OpenMP/lower-workshare-binding.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ func.func @wsfunc() {
"test.test2"() : () -> ()
omp.yield
}
omp.terminator
}
omp.terminator
}
Expand All @@ -38,7 +37,6 @@ func.func @wsfunc() {
// CHECK: "test.test2"() : () -> ()
// CHECK: omp.yield
// CHECK: }
// CHECK: omp.terminator
// CHECK: }
// CHECK: omp.terminator
// CHECK: }
Expand Down
2 changes: 0 additions & 2 deletions flang/test/Transforms/OpenMP/lower-workshare-cleanup.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
// CHECK: "test.test2"() : () -> ()
// CHECK: omp.yield
// CHECK: }
// CHECK: omp.terminator
// CHECK: }
// CHECK: omp.barrier
// CHECK: omp.terminator
Expand All @@ -47,7 +46,6 @@ func.func @wsfunc() {
"test.test2"() : () -> ()
omp.yield
}
omp.terminator
}
omp.terminator
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func.func @wsfunc() {
"test.test10"(%t6_mem_effect_use) : (i32) -> ()
omp.yield
}
omp.terminator
}

"test.test10"(%t2) : (i32) -> ()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ func.func @foo() {
"test.test0"() : () -> ()
omp.yield
}
omp.terminator
}
omp.terminator
}
Expand Down

0 comments on commit f1a1bef

Please sign in to comment.