[PATCH] D17570: Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 05:15:06 PST 2016


grosser accepted this revision.
grosser added a comment.
This revision is now accepted and ready to land.

Hi ether,

this patch looks good to me as well. I know we currently have no actual dominance frontier tests, but I think this would be a good occasion to add one. Domfrontier is hopefully removed at some point in time, but until this time comes it is good to have at least some basic test coverage.

Best,
Tobias


Repository:
  rL LLVM

http://reviews.llvm.org/D17570





More information about the llvm-commits mailing list