Skip to content

Commit 8b6b488

Browse files
[MLIR][Vector] Remove unused and unimplemented Vector_WarpExecuteOnLane0Op builder
1 parent 9efb07f commit 8b6b488

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/include/mlir/Dialect/Vector/IR/VectorOps.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3084,7 +3084,6 @@ def Vector_WarpExecuteOnLane0Op : Vector_Op<"warp_execute_on_lane_0",
30843084

30853085
let skipDefaultBuilders = 1;
30863086
let builders = [
3087-
OpBuilder<(ins "Value":$laneid, "int64_t":$warpSize)>,
30883087
OpBuilder<(ins "TypeRange":$resultTypes, "Value":$laneid,
30893088
"int64_t":$warpSize)>,
30903089
// `blockArgTypes` are different than `args` types as they are they

0 commit comments

Comments
 (0)