[PATCH] D22295: Introduce GlobalSplit pass.

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 20:41:52 PDT 2016


hfinkel added a comment.

In https://reviews.llvm.org/D22295#497141, @eli.friedman wrote:

> I don't see how unnamed_addr is relevant here. It means that the code won't compare the address of the global in question to the address of a different global.  It doesn't have anything to do with comparisons involving different addresses within the same global.


I thought about that too, but isn't a split global just like a collection of several globals?


https://reviews.llvm.org/D22295





More information about the llvm-commits mailing list