[PATCH] D20776: [CFLAA] Teach cfl-aa to understand heap memory allocation
Jia Chen via llvm-commits
llvm-commits at lists.llvm.org
Mon May 30 12:29:51 PDT 2016
grievejia updated this revision to Diff 58986.
grievejia marked an inline comment as done.
grievejia added a comment.
Added additional edges in case the return value of malloc() is not used.
http://reviews.llvm.org/D20776
Files:
include/llvm/Analysis/CFLAliasAnalysis.h
lib/Analysis/CFLAliasAnalysis.cpp
test/Analysis/CFLAliasAnalysis/malloc-and-free.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20776.58986.patch
Type: text/x-patch
Size: 12015 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160530/333ef4ca/attachment.bin>
More information about the llvm-commits
mailing list