[PATCH] D95734: Use alias analysis to remove redundant instrumentation for Asan

Chijin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 05:20:49 PST 2021


ChijinZ updated this revision to Diff 321067.
ChijinZ removed reviewers: kubamracek, vitalybuka.
ChijinZ added a comment.

Thanks for the review! I have added dominate tree to help the optimization. If the current pointer alias a previously-instrumented pointer and is dominated by it, then the current pointer shoud be instrumented.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95734/new/

https://reviews.llvm.org/D95734

Files:
  llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95734.321067.patch
Type: text/x-patch
Size: 4729 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210203/0253e659/attachment.bin>


More information about the llvm-commits mailing list