File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2784,8 +2784,8 @@ func.func @omp_workshare_multiple_blocks() {
2784
2784
return
2785
2785
}
2786
2786
2787
- // CHECK-LABEL: func @omp_workshare.loop_wrapper
2788
- func.func @omp_workshare.loop_wrapper (%idx : index ) {
2787
+ // CHECK-LABEL: func @omp_workshare_loop_wrapper
2788
+ func.func @omp_workshare_loop_wrapper (%idx : index ) {
2789
2789
// CHECK-NEXT: omp.workshare {
2790
2790
omp.workshare {
2791
2791
// CHECK-NEXT: omp.workshare.loop_wrapper
@@ -2801,8 +2801,8 @@ func.func @omp_workshare.loop_wrapper(%idx : index) {
2801
2801
return
2802
2802
}
2803
2803
2804
- // CHECK-LABEL: func @omp_workshare.loop_wrapper_attrs
2805
- func.func @omp_workshare.loop_wrapper_attrs (%idx : index ) {
2804
+ // CHECK-LABEL: func @omp_workshare_loop_wrapper_attrs
2805
+ func.func @omp_workshare_loop_wrapper_attrs (%idx : index ) {
2806
2806
// CHECK-NEXT: omp.workshare {
2807
2807
omp.workshare {
2808
2808
// CHECK-NEXT: omp.workshare.loop_wrapper {
You can’t perform that action at this time.
0 commit comments