Skip to content

Commit 8f1141d

Browse files
maksleventalgithub-actions[bot]
authored andcommitted
Automerge: [mlir][xegpu] DCE decl in TD (#121249)
2 parents 0238289 + 60d2060 commit 8f1141d

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)