[PATCH] D95734: Use alias analysis to remove redundant instrumentation for Asan
Chijin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 6 23:29:01 PST 2021
ChijinZ updated this revision to Diff 321982.
ChijinZ edited the summary of this revision.
ChijinZ added a comment.
The evaluation numbers has been updated to the summary part. It does make it less efficient, but still has improvement.
I digged into the MemorySSA and don't have ideas to decrease the complexity. It seems that O(n^2) is inevitable.
I updated the patch for removing some redundant statements.
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.321982.patch
Type: text/x-patch
Size: 4724 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210207/f29f6f46/attachment.bin>
More information about the llvm-commits
mailing list