diff --git a/compiler/src/iree/compiler/Dialect/Stream/IR/StreamOps.td b/compiler/src/iree/compiler/Dialect/Stream/IR/StreamOps.td index 1295b8baf38e..0d8a3758d097 100644 --- a/compiler/src/iree/compiler/Dialect/Stream/IR/StreamOps.td +++ b/compiler/src/iree/compiler/Dialect/Stream/IR/StreamOps.td @@ -5212,7 +5212,9 @@ def Stream_YieldOp : Stream_Op<"yield", [ "IREE::Stream::CmdConcurrentOp", ]>, Pure, - DeclareOpInterfaceMethods, + DeclareOpInterfaceMethods, Terminator, SameVariadicOperandSize, DeclareOpInterfaceMethods