[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 13:29:43 PDT 2020


guiand updated this revision to Diff 285750.
guiand edited the summary of this revision.
guiand added a comment.

Remove BB splitting for KMSAN


Repository:
  rG LLVM Github Monorepo

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

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
  llvm/test/Instrumentation/MemorySanitizer/store-origin.ll

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


More information about the llvm-commits mailing list