Skip to content

Commit 9b21851

Browse files
committed
Remove targetVectorBitWidth
1 parent ff82c48 commit 9b21851

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mlir/lib/Dialect/Vector/Transforms/VectorLinearize.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,9 +446,6 @@ struct LinearizeVectorSplat final
446446
dstTy);
447447
return success();
448448
}
449-
450-
private:
451-
unsigned targetVectorBitWidth;
452449
};
453450

454451
} // namespace

0 commit comments

Comments
 (0)