Skip to content

Commit 538566a

Browse files
committed
Remove junk
1 parent 931b473 commit 538566a

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -555,24 +555,6 @@ def BroadcastOp : LinalgStructuredBase_Op<"broadcast", [
555555
// Op definition for MatmulOp
556556
//===----------------------------------------------------------------------===//
557557

558-
559-
// DONOTMERGE(rolfmorel): explain why the below is necessary
560-
class DefaultValuedContextDependentAttr<Attr attr,
561-
string builderCall,
562-
string default> :
563-
Attr<attr.predicate, attr.summary> {
564-
let storageType = attr.storageType;
565-
let returnType = attr.returnType;
566-
let convertFromStorage = attr.convertFromStorage;
567-
let constBuilderCall = builderCall; // DONOTMERGE(rolfmorel): explain why this needs to be a parameter
568-
let defaultValue = default;
569-
let valueType = attr.valueType;
570-
let isOptional = 1;
571-
572-
let baseAttr = attr;
573-
}
574-
575-
576558
def MatmulOp : LinalgStructuredBase_Op<"matmul", [
577559
AttrSizedOperandSegments,
578560
LinalgContractionOpInterface]> {

0 commit comments

Comments
 (0)