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.
Differential D53138
Scalable type size queries (clang) huntergr on Oct 11 2018, 7:02 AM. Authored by
Details
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 TimelineComment Actions 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. |