[PATCH] D41695: [Metadata] Extend 'count' field of DISubrange to take a metadata node

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 5 10:57:54 PST 2018


rnk added a comment.

A good shortcut would be, rather than measuring the real high watermark memory usage, count the number of DISubranges. If it's small, then we probably don't care.


https://reviews.llvm.org/D41695





More information about the llvm-commits mailing list