[PATCH] D57123: [MergeSets] Add infrastructure to build merge sets based on Das and Ramakrishna's paper.

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 29 10:40:10 PDT 2019


hiraditya added inline comments.


================
Comment at: llvm/include/llvm/Analysis/MergeSets.h:14
+/// Dibyendu Das and U. Ramakrishna. 2005. A practical and fast iterative
+///  algorithm for φ-function computation using DJ graphs.
+///  ACM Trans. Program. Lang. Syst. 27, 3 (May 2005), 426-440.
----------------
is it okay to use non-ASCII characters? I'm not sure but wanted to point out.


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

https://reviews.llvm.org/D57123





More information about the llvm-commits mailing list