Piggy-back off of TypeSize's STRICT_FIXED_SIZE_VECTORS flag and:
- if it is defined, assert that the vector is not scalable
- if it is not defined, complain if the vector is scalable
Differential D78576
[SVE] Make VectorType::getNumElements() complain for scalable vectors ctetreau on Apr 21 2020, 10:41 AM. Authored by
Details Piggy-back off of TypeSize's STRICT_FIXED_SIZE_VECTORS flag and:
Diff Detail
Event Timeline
|