diff --git a/mlir/include/mlir/Dialect/SCF/IR/SCFOps.td b/mlir/include/mlir/Dialect/SCF/IR/SCFOps.td index 6f408b3c924de..6d61f724fab4f 100644 --- a/mlir/include/mlir/Dialect/SCF/IR/SCFOps.td +++ b/mlir/include/mlir/Dialect/SCF/IR/SCFOps.td @@ -133,8 +133,9 @@ def ExecuteRegionOp : SCF_Op<"execute_region", [ // ForOp //===----------------------------------------------------------------------===// -def ForOp : SCF_Op<"for", - [AutomaticAllocationScope, DeclareOpInterfaceMethods