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

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 07:20:46 PDT 2015


jmolloy retitled this revision from "[GlobalsAA] Teach GlobalsAA about memory intrinsics" to "[GlobalsAA] Teach GlobalsAA about nocapture".
jmolloy updated the summary for this revision.
jmolloy updated this revision to Diff 34990.
jmolloy added a comment.

Hi Hal,

OK, what you said makes sense. I've updated this patch to handle nocapture properly, which indeed is a superset of the functionality in the previous patch.

Cheers,

James


Repository:
  rL LLVM

http://reviews.llvm.org/D12838

Files:
  include/llvm/Analysis/GlobalsModRef.h
  lib/Analysis/GlobalsModRef.cpp
  lib/Analysis/ScalarEvolution.cpp
  test/Analysis/GlobalsModRef/memset-escape.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12838.34990.patch
Type: text/x-patch
Size: 5423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150917/e933fdff/attachment.bin>


More information about the llvm-commits mailing list