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 b523a5a commit 86ceb57Copy full SHA for 86ceb57
mlir/lib/Dialect/Vector/Transforms/VectorLinearize.cpp
@@ -450,7 +450,7 @@ struct LinearizeVectorBitCast final
450
} // namespace
451
452
/// If `type` is VectorType with trailing dimension of (bit) size greater than
453
-/// or equal to `targetBitWidth`, its defining op is considered legal.
+/// or equal to `targetBitWidth`, its defining op is considered legal.
454
static bool legalBecauseOfBitwidth(Type type, unsigned targetBitWidth) {
455
456
VectorType vecType = dyn_cast<VectorType>(type);
0 commit comments