[PATCH] D131577: [MemorySanitizer] Support memcpy.inline and memset.inline

Marco Elver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 01:34:11 PDT 2022


melver updated this revision to Diff 451764.
melver marked an inline comment as done.
melver edited the summary of this revision.
melver added a comment.

- Make InstVisitor delegate Mem*InlineInst to Mem*Inst.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131577

Files:
  llvm/include/llvm/IR/InstVisitor.h
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/test/Instrumentation/AddressSanitizer/mem-intrinsics.ll
  llvm/test/Instrumentation/MemorySanitizer/msan_basic.ll
  llvm/test/Instrumentation/ThreadSanitizer/tsan_basic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131577.451764.patch
Type: text/x-patch
Size: 7565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220811/c9d84116/attachment.bin>


More information about the llvm-commits mailing list