diff --git a/mlir/include/mlir/Dialect/SCF/IR/SCFOps.td b/mlir/include/mlir/Dialect/SCF/IR/SCFOps.td --- a/mlir/include/mlir/Dialect/SCF/IR/SCFOps.td +++ b/mlir/include/mlir/Dialect/SCF/IR/SCFOps.td @@ -26,6 +26,7 @@ let name = "scf"; let cppNamespace = "::mlir::scf"; let dependentDialects = ["arith::ArithDialect"]; + let usePropertiesForAttributes = 1; } // Base class for SCF dialect ops.