[PATCH] D58349: [Dominators] Fix and optimize edge insertion of depth-based search

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 21:07:52 PST 2019


MaskRay updated this revision to Diff 187300.
MaskRay edited the summary of this revision.
MaskRay added a comment.

Add more comments:  clarify       if (SuccLevel <= NCDLevel + 1 || !II.Visited.insert(SuccTN).second)


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58349/new/

https://reviews.llvm.org/D58349

Files:
  include/llvm/Support/GenericDomTreeConstruction.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58349.187300.patch
Type: text/x-patch
Size: 9701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190219/2af286d2/attachment.bin>


More information about the llvm-commits mailing list