[mlir][async] Add AutomaticAllocationScope to async::ExecuteOp

Differential Revision: https://reviews.llvm.org/D118761
This commit is contained in:
Nicolas Vasilache 2022-02-02 05:01:42 -05:00
parent 281d29b8fe
commit aea4929dbb
1 changed files with 2 additions and 1 deletions

View File

@ -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