Skip to content

Commit 03a3c0b

Browse files
committed
Revised dosument from the review.
1 parent 3564d75 commit 03a3c0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/include/mlir/Dialect/SCF/IR/SCFOps.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ def ExecuteRegionOp : SCF_Op<"execute_region", [
8787
be accessed inside the op. The op's region can have multiple blocks and the
8888
blocks can have multiple distinct terminators. Values returned from this op's
8989
region define the op's results.
90-
Canonicalizer inlines an ExecuteRegionOp into its parent if it only contains
91-
one block or its parent can contain multiple blocks, 'no_inline' attribute
92-
can be set to prevent an ExecuteRegionOp from being inlined.
90+
The optional 'no_inline' flag can be set to request the ExecuteRegionOp to be
91+
preserved as much as possible and not being inlined in the parent block until
92+
an explicit lowering step.
9393

9494
Example:
9595

0 commit comments

Comments
 (0)