[PATCH] D51664: [IR] Lazily number instructions for local dominance queries

Chris Lattner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 14 22:21:27 PST 2019


lattner added a comment.

Hi Reid,

After giving you a hard time about this a few months ago, I've come around to believing that this is the right thing to do.  Certain classes of algorithms really do benefit from having a lexicographic ordering comparison that is fast, and I think that this general approach is the best way to go.

-Chris


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

https://reviews.llvm.org/D51664





More information about the llvm-commits mailing list