Skip to content

Commit 60d2060

Browse files
authored
[mlir][xegpu] DCE decl in TD (#121249)
1 parent 39e93ee commit 60d2060

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

mlir/include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,9 @@ def XeGPU_SGMapAttr : XeGPUAttr<"SGMap", "sg_map"> {
164164
}];
165165
let parameters = (ins
166166
ArrayRefParameter<"uint32_t">:$wi_layout,
167-
ArrayRefParameter<"uint32_t">:$wi_data);
167+
ArrayRefParameter<"uint32_t">:$wi_data
168+
);
168169

169-
let builders = [
170-
AttrBuilder<(ins)>
171-
];
172170

173171
let hasCustomAssemblyFormat = 1;
174172
let genVerifyDecl = 1;

0 commit comments

Comments
 (0)