We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b21851 commit 8dbe3ccCopy full SHA for 8dbe3cc
mlir/lib/Dialect/Vector/Transforms/VectorLinearize.cpp
@@ -425,9 +425,6 @@ struct LinearizeVectorBitCast final
425
/// is converted to:
426
/// %out_1d = vector.splat %value : vector<16xf32>
427
/// %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.
431
struct LinearizeVectorSplat final
432
: public OpConversionPattern<vector::SplatOp> {
433
using OpConversionPattern::OpConversionPattern;
0 commit comments