[PATCH] D37026: [SanitizerCoverage] Optimize stack-depth instrumentation.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 14:21:39 PDT 2017


morehouse created this revision.
Herald added a subscriber: hiraditya.

Use the initialexec TLS type and eliminate calls to the TLS
wrapper.


https://reviews.llvm.org/D37026

Files:
  compiler-rt/lib/fuzzer/FuzzerTracePC.cpp
  compiler-rt/test/fuzzer/deep-recursion.test
  llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  llvm/test/Instrumentation/SanitizerCoverage/stack-depth.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37026.112225.patch
Type: text/x-patch
Size: 6901 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170822/dbfccda3/attachment.bin>


More information about the llvm-commits mailing list