[PATCH] D47441: SafepointIRVerifier should ignore dead blocks and dead edges
Yevgeny Rouban via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 29 08:20:33 PDT 2018
yrouban updated this revision to Diff 148914.
yrouban retitled this revision from "SafepointIRVerifier should ignore dead blocks" to "SafepointIRVerifier should ignore dead blocks and dead edges".
yrouban added a comment.
Added test cases with a dead edge but without dead blocks.
Fixed the algorithm to ignore such dead edges.
Please review.
https://reviews.llvm.org/D47441
Files:
lib/IR/SafepointIRVerifier.cpp
test/SafepointIRVerifier/dead-block-tolerant.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47441.148914.patch
Type: text/x-patch
Size: 16513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180529/08bfb4bb/attachment.bin>
More information about the llvm-commits
mailing list