[PATCH] D47441: SafepointIRVerifier should ignore dead blocks and dead edges
Yevgeny Rouban via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 4 07:57:28 PDT 2018
yrouban updated this revision to Diff 149770.
yrouban added a comment.
Added //dead edge// definition and appropriate assertions to the method //isDeadEdge()//.
Inlined the method //processFoldableCondBr()// into //processInstruction()//.
https://reviews.llvm.org/D47441
Files:
include/llvm/IR/CFGDeadness.h
include/llvm/InitializePasses.h
lib/IR/CFGDeadness.cpp
lib/IR/CMakeLists.txt
lib/IR/SafepointIRVerifier.cpp
test/SafepointIRVerifier/dead-block-tolerant.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47441.149770.patch
Type: text/x-patch
Size: 25439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180604/277e60f3/attachment.bin>
More information about the llvm-commits
mailing list