Skip to content

Commit 502bd1e

Browse files
committed
add comment
1 parent 1a68ecf commit 502bd1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/include/mlir/Dialect/Vector/IR/VectorOps.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ struct VectorDim {
7878
bool isScalable;
7979
};
8080

81+
// Struct used to denote bytes is the unit of alignment.
8182
struct AlignmentBytes {
8283
uint64_t alignment = 0;
8384
AlignmentBytes() = default;

0 commit comments

Comments
 (0)