[PATCH] D83595: [Draft][MSAN] Optimize away poisoning allocas that are always written before load

Gui Andrade via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 10:54:53 PDT 2020


guiand updated this revision to Diff 277900.
guiand added a comment.

Added ability to detect piecemeal initialization.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83595

Files:
  compiler-rt/test/msan/Linux/fopencookie.cpp
  compiler-rt/test/msan/getaddrinfo.cpp
  compiler-rt/test/msan/qsort.cpp
  compiler-rt/test/msan/vararg.cpp
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/test/Instrumentation/MemorySanitizer/alloca-store.ll
  llvm/test/Instrumentation/MemorySanitizer/alloca.ll
  llvm/test/Instrumentation/MemorySanitizer/msan_x86_bts_asm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83595.277900.patch
Type: text/x-patch
Size: 12505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200714/c6f4aa3f/attachment.bin>


More information about the llvm-commits mailing list