[PATCH] D47441: SafepointIRVerifier should ignore dead blocks and dead edges

Yevgeny Rouban via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 9 04:59:25 PDT 2018


yrouban updated this revision to Diff 150620.
yrouban added a comment.

Removed CFGDeadness::processInstruction() and changed to iterate over the block terminators.


https://reviews.llvm.org/D47441

Files:
  include/llvm/IR/CFGDeadness.h
  lib/IR/CFGDeadness.cpp
  lib/IR/SafepointIRVerifier.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47441.150620.patch
Type: text/x-patch
Size: 6346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180609/6443be8e/attachment.bin>


More information about the llvm-commits mailing list