[PATCH] D34258: [Dominators] Use Semi-NCA instead of SLT to calculate dominators

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 16 15:12:50 PDT 2017


kuhar added inline comments.


================
Comment at: include/llvm/Support/GenericDomTreeConstruction.h:143
 
+// The algorithm used to calculate dominator trees is called Semi-NCA and can be
+// found here ftp://ftp.cs.princeton.edu/reports/2005/737.pdf (pp. 21-23).
----------------
This should be moved to the header.


Repository:
  rL LLVM

https://reviews.llvm.org/D34258





More information about the llvm-commits mailing list