[PATCH] D85985: [MSAN] Convert ActualFnStart to be a particular Instruction *, not BB

Gui Andrade via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 11:27:57 PDT 2020


guiand created this revision.
guiand added a reviewer: eugenis.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
guiand requested review of this revision.

  This allows us to add addtional instrumentation before the function start,
  without splitting the first BB.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85985

Files:
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/test/Instrumentation/MemorySanitizer/array_types.ll
  llvm/test/Instrumentation/MemorySanitizer/clmul.ll
  llvm/test/Instrumentation/MemorySanitizer/masked-store-load.ll
  llvm/test/Instrumentation/MemorySanitizer/msan_basic.ll
  llvm/test/Instrumentation/MemorySanitizer/msan_kernel_basic.ll
  llvm/test/Instrumentation/MemorySanitizer/pr32842.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85985.285700.patch
Type: text/x-patch
Size: 14210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200814/d4872bbe/attachment.bin>


More information about the llvm-commits mailing list