[PATCH] D1251: Teach InlineCost about address spaces

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 16 14:19:49 PDT 2017


bjope added a comment.

If nobody remembers why this very old patch never was landed, then I guess I'll make a new attempt as it would avoid the asserts that I've seen.
And it is also one step towards getting rid of the default arguments in DataLayout::getPointerSizeInBits(unsigned AS = 0) , marked as a FIXME in DataLayout.h.


https://reviews.llvm.org/D1251





More information about the llvm-commits mailing list