[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 14:00:44 PDT 2020
guiand updated this revision to Diff 285755.
guiand added a comment.
Move `removeUnreachableBlocks` before inserting the prologue. This makes sure there's no issue with the `ActualFnStart` instruction being deleted before the visitor loop.
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.285755.patch
Type: text/x-patch
Size: 19764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200814/5495fc3a/attachment.bin>
More information about the llvm-commits
mailing list