forked from OSchip/llvm-project
[mlir][async] Add AutomaticAllocationScope to async::ExecuteOp
Differential Revision: https://reviews.llvm.org/D118761
This commit is contained in:
parent
281d29b8fe
commit
aea4929dbb
|
@ -31,7 +31,8 @@ def Async_ExecuteOp :
|
||||||
Async_Op<"execute", [SingleBlockImplicitTerminator<"YieldOp">,
|
Async_Op<"execute", [SingleBlockImplicitTerminator<"YieldOp">,
|
||||||
DeclareOpInterfaceMethods<RegionBranchOpInterface,
|
DeclareOpInterfaceMethods<RegionBranchOpInterface,
|
||||||
["getSuccessorEntryOperands"]>,
|
["getSuccessorEntryOperands"]>,
|
||||||
AttrSizedOperandSegments]> {
|
AttrSizedOperandSegments,
|
||||||
|
AutomaticAllocationScope]> {
|
||||||
let summary = "Asynchronous execute operation";
|
let summary = "Asynchronous execute operation";
|
||||||
let description = [{
|
let description = [{
|
||||||
The `body` region attached to the `async.execute` operation semantically
|
The `body` region attached to the `async.execute` operation semantically
|
||||||
|
|
Loading…
Reference in New Issue