We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
do concurrent
2 parents 9649d94 + b6a1c3a commit d2a9726Copy full SHA for d2a9726
flang/test/Transforms/DoConcurrent/basic_host.mlir
@@ -16,7 +16,7 @@ func.func @do_concurrent_basic() attributes {fir.bindc_name = "do_concurrent_bas
16
%8 = fir.convert %c10_i32 : (i32) -> index
17
%c1 = arith.constant 1 : index
18
19
- // CHECK-NOT: fir.do_loop
+ // CHECK-NOT: fir.do_concurrent
20
21
// CHECK: %[[C1:.*]] = arith.constant 1 : i32
22
// CHECK: %[[LB:.*]] = fir.convert %[[C1]] : (i32) -> index
@@ -58,7 +58,7 @@ func.func @do_concurrent_basic() attributes {fir.bindc_name = "do_concurrent_bas
58
}
59
60
61
62
63
return
64
flang/test/Transforms/DoConcurrent/loop_nest_test.f90
0 commit comments