[PATCH] D22295: Introduce GlobalSplit pass.

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 20:40:03 PDT 2016


eli.friedman added a comment.

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.


https://reviews.llvm.org/D22295





More information about the llvm-commits mailing list