[PATCH] D143159: [SanitizerBinaryMetadata] Treat constant globals and non-escaping addresses specially
Marco Elver via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 3 02:21:58 PST 2023
melver updated this revision to Diff 494561.
melver marked 2 inline comments as done.
melver edited the summary of this revision.
melver added a comment.
Don't pretend constant accesses are atomic if the function is "covered", so save on space.
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.494561.patch
Type: text/x-patch
Size: 17189 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230203/9a4b15ed/attachment.bin>
More information about the llvm-commits
mailing list