[PATCH] D81699: MemorySanitizer: Add option to insert init checks at call site

Gui Andrade via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 14:11:15 PDT 2020


guiand updated this revision to Diff 276550.
guiand marked 2 inline comments as done.
guiand added a comment.

I'm splitting this patch into this new one, which depends on nothing but `noundef` correctly parsed by LLVM, and the rest which relies on clang emitting `noundef` everywhere.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81699

Files:
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/test/Instrumentation/MemorySanitizer/msan_eager.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81699.276550.patch
Type: text/x-patch
Size: 8235 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200708/4463da36/attachment.bin>


More information about the llvm-commits mailing list