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 e0b702f commit a3af099Copy full SHA for a3af099
mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp
@@ -67,7 +67,7 @@ struct ConvertVectorLoad final : OpConversionPattern<vector::LoadOp> {
67
//
68
// can be replaced with
69
70
- // %1 = vector.load %0[%linear_index] : memref<12xi8>, vector<2xi8>
+ // %1 = vector.load %0[%linear_index] : memref<6xi8>, vector<2xi8>
71
// %2 = vector.bitcast %1 : vector<2xi8> to vector<4xi4>
72
73
// TODO: Currently, only the even number of elements loading is supported.
0 commit comments