File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ def VectorElementTypeInterface : TypeInterface<"VectorElementTypeInterface"> {
27
27
vector type, indicating that this type can be used as element of vectors.
28
28
29
29
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.
32
33
33
34
Note: This type interface is still evolving. It currently has no methods
34
35
and is just used as marker to allow types to opt into being vector elements.
You can’t perform that action at this time.
0 commit comments