[PATCH] D17234: [Refactor] Do not carry DominatorTree along with a Scop.

Hongbin Zheng via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 21:28:42 PST 2016


etherzhhb created this revision.
etherzhhb added reviewers: Meinersbur, jdoerfert, grosser.
etherzhhb added a subscriber: Polly.
etherzhhb set the repository for this revision to rL LLVM.
Herald added a subscriber: sanjoy.

Make Scop become more portable such that we can use it in a CallGraphSCC pass.
The first step is to drop the analyses that are only used during Scop construction.
This patch drop DominatorTree from Scop.

Repository:
  rL LLVM

http://reviews.llvm.org/D17234

Files:
  include/polly/ScopInfo.h
  lib/Analysis/ScopInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17234.47895.patch
Type: text/x-patch
Size: 10586 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160213/61a01ffd/attachment.bin>


More information about the llvm-commits mailing list