Skip to content

Commit 2072558

Browse files
committed
handle review comments
1 parent 26f4359 commit 2072558

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flang/include/flang/Optimizer/HLFIR/HLFIROps.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,8 @@ def hlfir_EvaluateInMemoryOp : hlfir_Op<"eval_in_mem", [AttrSizedOperandSegments
18641864
let hasVerifier = 1;
18651865
}
18661866

1867-
def hlfir_DoConcurrentOp : hlfir_Op<"do_concurrent", [SingleBlock]> {
1867+
def hlfir_DoConcurrentOp : hlfir_Op<"do_concurrent",
1868+
[SingleBlock, AutomaticAllocationScope]> {
18681869
let summary = "do concurrent loop wrapper";
18691870

18701871
let description = [{

0 commit comments

Comments
 (0)