[PATCH] D57982: [SanitizierCoverage] Avoid splitting critical edges when destination is a basic block containing unreachable
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 4 23:48:27 PST 2019
craig.topper updated this revision to Diff 189282.
craig.topper added a comment.
Herald added a project: LLVM.
Only handle avoid splitting for blocks that start with an unreachable instead of ending with one.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57982/new/
https://reviews.llvm.org/D57982
Files:
include/llvm/Transforms/Utils/BasicBlockUtils.h
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
lib/Transforms/Utils/BreakCriticalEdges.cpp
test/Instrumentation/SanitizerCoverage/unreachable-critedge.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57982.189282.patch
Type: text/x-patch
Size: 5038 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190305/94ce4465/attachment.bin>
More information about the llvm-commits
mailing list