[PATCH] D143159: [SanitizerBinaryMetadata] Treat constant globals and non-escaping addresses specially

Marco Elver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 07:15:36 PST 2023


melver updated this revision to Diff 494301.
melver edited the summary of this revision.
melver added a comment.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.

Make it more efficient by ignoring both non-shared and non-mutable addresses.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143159

Files:
  compiler-rt/test/metadata/covered.cpp
  llvm/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h
  llvm/lib/Transforms/Instrumentation/SanitizerBinaryMetadata.cpp
  llvm/test/Instrumentation/SanitizerBinaryMetadata/pretend-atomic-access.ll
  llvm/test/Instrumentation/SanitizerBinaryMetadata/shared-mutable.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143159.494301.patch
Type: text/x-patch
Size: 18779 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230202/60000c5b/attachment.bin>


More information about the llvm-commits mailing list