[PATCH] D16038: [LCG] Build an edge abstraction for the LazyCallGraph and use it to differentiate between indirect references to functions an direct calls.
Chandler Carruth via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 10 02:41:43 PST 2016
chandlerc updated this revision to Diff 44424.
chandlerc added a comment.
Finish nuking the 'clear' method that I never ended up using. I nuked the declaration but not the definition.
http://reviews.llvm.org/D16038
Files:
include/llvm/Analysis/LazyCallGraph.h
lib/Analysis/LazyCallGraph.cpp
test/Analysis/LazyCallGraph/basic.ll
test/Analysis/LazyCallGraph/non-leaf-intrinsics.ll
unittests/Analysis/LazyCallGraphTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16038.44424.patch
Type: text/x-patch
Size: 46221 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160110/b9102798/attachment.bin>
More information about the llvm-commits
mailing list