[PATCH] D67976: [Dominators][CodeGen] Clean up MachineDominators

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 12:01:28 PDT 2019


kuhar created this revision.
kuhar added reviewers: tstellar, tpr, nhaehnle, arsenm, NutshellySima.
Herald added subscribers: hiraditya, wdng.
Herald added a reviewer: grosser.
Herald added a project: LLVM.

This is a cleanup patch for MachineDominatorTree. It would be an NFC, except for replacing custom DomTree verification with the generic one.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67976

Files:
  llvm/include/llvm/CodeGen/MachineDominators.h
  llvm/lib/CodeGen/MachineDominators.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67976.221569.patch
Type: text/x-patch
Size: 7841 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190924/d8e28f3b/attachment.bin>


More information about the llvm-commits mailing list