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 8fca9c1 commit 2b7e06eCopy full SHA for 2b7e06e
mlir/lib/Dialect/Vector/Transforms/VectorLinearize.cpp
@@ -453,7 +453,7 @@ struct LinearizeVectorSplat final
453
/// %zero = arith.constant 0 : index
454
/// %cmpi = arith.cmpi sgt, %arg0, %zero : index
455
/// %index = arith.index_cast %cmpi : i1 to index
456
-/// %mul = arith.muli %index, %arg1 : index
+/// %mul = arith.andi %index, %arg1 : index
457
/// %mask = vector.create_mask %mul : vector<4xi1>
458
/// %shape_cast = vector.shape_cast %mask : vector<4xi1> to vector<1x4xi1>
459
struct LinearizeVectorCreateMask final
0 commit comments