File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
mlir/include/mlir/Dialect/SCF/IR Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments