Skip to content

Commit 8dbe3cc

Browse files
committed
Fix comments
1 parent 9b21851 commit 8dbe3cc

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
@@ -425,9 +425,6 @@ struct LinearizeVectorBitCast final
425425
/// is converted to:
426426
/// %out_1d = vector.splat %value : vector<16xf32>
427427
/// %out_nd = vector.shape_cast %out_1d : vector<16xf32> to vector<4x4xf32>
428-
/// It ensures that the operation is compatible with the target vector
429-
/// bit width and replaces the original operation with a new SplatOp
430-
/// that operates on the converted type.
431428
struct LinearizeVectorSplat final
432429
: public OpConversionPattern<vector::SplatOp> {
433430
using OpConversionPattern::OpConversionPattern;

0 commit comments

Comments
 (0)