[llvm-commits] [PATCH] [ASan] fix lifetime intrinsics handling
Alexey Samsonov
samsonov at google.com
Wed Dec 26 02:42:06 PST 2012
Hi kcc,
Change the way we handle lifetime intrinsics: for each intrinsic check
if it describes one of the "interesting" allocas. Assume that allocas can go through
casts and phi-nodes before appearing as llvm.lifetime arguments.
http://llvm-reviews.chandlerc.com/D244
Files:
lib/Transforms/Instrumentation/AddressSanitizer.cpp
test/Instrumentation/AddressSanitizer/lifetime.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D244.1.patch
Type: text/x-patch
Size: 11135 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121226/f3459909/attachment.bin>
More information about the llvm-commits
mailing list