[llvm-commits] [PATCH] AddressSanitizer: handle llvm.lifetime intrinsics (LLVM part)

Alexey Samsonov samsonov at google.com
Thu Nov 29 16:04:46 PST 2012


  Address more kcc's comments:

  1) use a single call to unpoison shadow at function exit (simplifies
  handling multiple llvm.lifetime for single alloca).
  2) updated comments.
  3) updated testcase.

Hi kcc,

http://llvm-reviews.chandlerc.com/D140

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D140?vs=368&id=377#toc

Files:
  lib/Transforms/Instrumentation/AddressSanitizer.cpp
  test/Instrumentation/AddressSanitizer/lifetime.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140.3.patch
Type: text/x-patch
Size: 9993 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121129/d54905da/attachment.bin>


More information about the llvm-commits mailing list