Skip to content

Commit aea4929

Browse files
author
Nicolas Vasilache
committed
[mlir][async] Add AutomaticAllocationScope to async::ExecuteOp
Differential Revision: https://reviews.llvm.org/D118761
1 parent 281d29b commit aea4929

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/include/mlir/Dialect/Async/IR/AsyncOps.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def Async_ExecuteOp :
3131
Async_Op<"execute", [SingleBlockImplicitTerminator<"YieldOp">,
3232
DeclareOpInterfaceMethods<RegionBranchOpInterface,
3333
["getSuccessorEntryOperands"]>,
34-
AttrSizedOperandSegments]> {
34+
AttrSizedOperandSegments,
35+
AutomaticAllocationScope]> {
3536
let summary = "Asynchronous execute operation";
3637
let description = [{
3738
The `body` region attached to the `async.execute` operation semantically

0 commit comments

Comments
 (0)