[PATCH] D12838: [GlobalsAA] Teach GlobalsAA about nocapture

hfinkel@anl.gov via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 08:50:51 PDT 2015


hfinkel added a comment.

I think that the check that you would really want to do is: are the caller and the callee in the same connected component? Can you cache enough information from the CallGraphSCC iteration to check that directly?


Repository:
  rL LLVM

http://reviews.llvm.org/D12838





More information about the llvm-commits mailing list