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 8c6f310 commit f267341Copy full SHA for f267341
mlir/lib/Dialect/Vector/Transforms/VectorUnroll.cpp
@@ -827,7 +827,7 @@ struct UnrollBroadcastPattern : public OpRewritePattern<vector::BroadcastOp> {
827
/// and a target unroll shape of <4>, the pattern produces:
828
///
829
/// %base = vector.step : vector<4xindex>
830
-/// %zero = arith.constant dense<0> : vector<4xindex>
+/// %zero = arith.constant dense<0> : vector<8xindex>
831
/// %result0 = vector.insert_strided_slice %base, %zero
832
/// {offsets = [0], strides = [1]} : vector<4xindex> into vector<8xindex>
833
/// %offset = arith.constant dense<4> : vector<4xindex>
0 commit comments