[PATCH] D81700: [MSAN] Pass Origin by parameter to __msan_warning functions

Gui Andrade via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 19:15:51 PDT 2020


guiand updated this revision to Diff 270281.
guiand retitled this revision from "[MSAN] Under eager-checks, pass Origin by parameter to __msan_warning functions" to "[MSAN] Pass Origin by parameter to __msan_warning functions".
guiand added a comment.

Removed dependency on eager-checks, and updated the tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81700

Files:
  compiler-rt/lib/msan/msan.cpp
  compiler-rt/lib/msan/msan_interface_internal.h
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/test/Instrumentation/MemorySanitizer/atomics.ll
  llvm/test/Instrumentation/MemorySanitizer/check-constant-shadow.ll
  llvm/test/Instrumentation/MemorySanitizer/check_access_address.ll
  llvm/test/Instrumentation/MemorySanitizer/csr.ll
  llvm/test/Instrumentation/MemorySanitizer/masked-store-load.ll
  llvm/test/Instrumentation/MemorySanitizer/msan_basic.ll
  llvm/test/Instrumentation/MemorySanitizer/msan_llvm_is_constant.ll
  llvm/test/Instrumentation/MemorySanitizer/msan_llvm_launder_invariant.ll
  llvm/test/Instrumentation/MemorySanitizer/msan_llvm_strip_invariant.ll
  llvm/test/Instrumentation/MemorySanitizer/return_from_main.ll
  llvm/test/Instrumentation/MemorySanitizer/vector_cvt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81700.270281.patch
Type: text/x-patch
Size: 19187 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200612/b16f60b2/attachment.bin>


More information about the llvm-commits mailing list