Skip to content

Commit 1725617

Browse files
address comments
1 parent f0e7fe2 commit 1725617

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mlir/include/mlir/IR/BuiltinTypeInterfaces.td

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ def VectorElementTypeInterface : TypeInterface<"VectorElementTypeInterface"> {
2727
vector type, indicating that this type can be used as element of vectors.
2828

2929
Vector element types are treated as a bag of bits without any assumed
30-
structure. The size of an element type must be constant, but it does not
31-
necessarily have to be a compile-time constant.
30+
structure. The size of an element type must be a compile-time constant.
31+
However, the bit-width may remain opaque or unavailable during
32+
transformations that do not depend on the element type.
3233

3334
Note: This type interface is still evolving. It currently has no methods
3435
and is just used as marker to allow types to opt into being vector elements.

0 commit comments

Comments
 (0)