[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
Thu Jul 30 18:40:17 PDT 2020


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

I've cut it down to only within a basic block as @eugenis and @vitalybuka suggested.


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/getaddrinfo.cpp
  compiler-rt/test/msan/qsort.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.282099.patch
Type: text/x-patch
Size: 10346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200731/992f4b93/attachment.bin>


More information about the llvm-commits mailing list