[PATCH] D11410: [GMR] Teach GlobalsModRef to distinguish an important and safe case of no-alias with non-addr-taken globals: they cannot alias a captured pointer.

Chandler Carruth chandlerc at gmail.com
Tue Jul 28 04:15:23 PDT 2015


chandlerc added a comment.

As discussed on IRC, I switched the wording to "escaping" as I think that is much more accurate. Sadly, I failed to fully update my change description. Sorry about that.

I did add the basic functional testing that this works. This also should address PR24288 which is another regression reduced out of the change to GMR.

Thanks again for the review!


Repository:
  rL LLVM

http://reviews.llvm.org/D11410







More information about the llvm-commits mailing list