This is an archive of the discontinued LLVM Phabricator instance.

Scalable type size queries (clang)
AbandonedPublic

Authored by huntergr on Oct 11 2018, 7:02 AM.

Details

Reviewers
None
Summary

Initial changes for clang to use the scalable type size queries (https://reviews.llvm.org/D53137)

This isn't ready for inclusion yet, more discussion on the mailing list required.

Diff Detail

Event Timeline

huntergr abandoned this revision.Oct 24 2018, 4:15 AM

Abandoning this. At the devmeeting it was agreed that 'getPrimitiveSizeInBits' should continue to work as-is for fixed-length vectors and only behave differently for scalable vectors.