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 @@ -2845,8 +2845,8 @@ func.func @omp_workshare_multiple_blocks() {
2845
2845
return
2846
2846
}
2847
2847
2848
- // CHECK-LABEL: func @omp_workshare.loop_wrapper
2849
- func.func @omp_workshare.loop_wrapper (%idx : index ) {
2848
+ // CHECK-LABEL: func @omp_workshare_loop_wrapper
2849
+ func.func @omp_workshare_loop_wrapper (%idx : index ) {
2850
2850
// CHECK-NEXT: omp.workshare {
2851
2851
omp.workshare {
2852
2852
// CHECK-NEXT: omp.workshare.loop_wrapper
@@ -2862,8 +2862,8 @@ func.func @omp_workshare.loop_wrapper(%idx : index) {
2862
2862
return
2863
2863
}
2864
2864
2865
- // CHECK-LABEL: func @omp_workshare.loop_wrapper_attrs
2866
- func.func @omp_workshare.loop_wrapper_attrs (%idx : index ) {
2865
+ // CHECK-LABEL: func @omp_workshare_loop_wrapper_attrs
2866
+ func.func @omp_workshare_loop_wrapper_attrs (%idx : index ) {
2867
2867
// CHECK-NEXT: omp.workshare {
2868
2868
omp.workshare {
2869
2869
// CHECK-NEXT: omp.workshare.loop_wrapper {
You can’t perform that action at this time.
0 commit comments