Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clang-format
  • Loading branch information
newling committed Apr 21, 2025
commit 86ceb57b31dffd6a433ac11cf748dc4d5b1ea2e7
2 changes: 1 addition & 1 deletion mlir/lib/Dialect/Vector/Transforms/VectorLinearize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ struct LinearizeVectorBitCast final
} // namespace

/// If `type` is VectorType with trailing dimension of (bit) size greater than
/// or equal to `targetBitWidth`, its defining op is considered legal.
/// or equal to `targetBitWidth`, its defining op is considered legal.
static bool legalBecauseOfBitwidth(Type type, unsigned targetBitWidth) {

VectorType vecType = dyn_cast<VectorType>(type);
Expand Down
Loading