@@ -275,11 +275,11 @@ class BaseSubfieldOp<string name, Type btype, Type rtype> : FIRRTLExprOp<name> {
275
275
return build($_builder, $_state, input, *fieldIndex);
276
276
}]>
277
277
];
278
-
278
+
279
279
let inferTypeDecl = [{
280
280
static FIRRTLType inferReturnType(Type inType , uint32_t fieldIndex,
281
281
std::optional<Location> loc);
282
-
282
+
283
283
static FIRRTLType inferReturnType(ValueRange operands,
284
284
mlir::DictionaryAttr attrs,
285
285
mlir::OpaqueProperties properties,
@@ -340,7 +340,7 @@ def SubindexOp : FIRRTLExprOp<"subindex"> {
340
340
let inferTypeDecl = [{
341
341
static FIRRTLType inferReturnType(Type inType , uint32_t fieldIndex,
342
342
std::optional<Location> loc);
343
-
343
+
344
344
static FIRRTLType inferReturnType(ValueRange operands,
345
345
mlir::DictionaryAttr attrs,
346
346
mlir::OpaqueProperties properties,
@@ -382,7 +382,7 @@ def OpenSubindexOp : FIRRTLExprOp<"opensubindex"> {
382
382
let inferTypeDecl = [{
383
383
static FIRRTLType inferReturnType(Type inType , uint32_t fieldIndex,
384
384
std::optional<Location> loc);
385
-
385
+
386
386
static FIRRTLType inferReturnType(ValueRange operands,
387
387
mlir::DictionaryAttr attrs,
388
388
mlir::OpaqueProperties properties,
@@ -1189,7 +1189,7 @@ def ObjectSubfieldOp : FIRRTLOp<"object.subfield",
1189
1189
1190
1190
static Type inferReturnType(Type inType , uint32_t fieldIndex,
1191
1191
std::optional<Location> loc);
1192
-
1192
+
1193
1193
static Type inferReturnType(ValueRange operands,
1194
1194
mlir::DictionaryAttr attrs,
1195
1195
mlir::OpaqueProperties properties,
@@ -1541,7 +1541,7 @@ def RefSubOp : FIRRTLExprOp<"ref.sub"> {
1541
1541
let inferTypeDecl = [{
1542
1542
static FIRRTLType inferReturnType(Type inType , uint32_t fieldIndex,
1543
1543
std::optional<Location> loc);
1544
-
1544
+
1545
1545
static FIRRTLType inferReturnType(ValueRange operands,
1546
1546
mlir::DictionaryAttr attrs,
1547
1547
mlir::OpaqueProperties properties,
0 commit comments