[PATCH] D17537: Introduce analysis pass to compute PostDominators in the new pass manager. NFC
Hongbin Zheng via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 23 01:00:19 PST 2016
etherzhhb created this revision.
etherzhhb added reviewers: chandlerc, grosser.
etherzhhb added a subscriber: llvm-commits.
etherzhhb set the repository for this revision to rL LLVM.
etherzhhb added a project: Polly.
I am going to introduce the analysis passes to compute PostDominators, DominanceFrontier and RegionInfo in the new pass manager, such that later we can rewrite passes in Polly in new pass manager style and make interprocedural analysis in Polly become easier.
This is the PostDominators part.
Repository:
rL LLVM
http://reviews.llvm.org/D17537
Files:
include/llvm/Analysis/PostDominators.h
include/llvm/InitializePasses.h
lib/Analysis/Analysis.cpp
lib/Analysis/DivergenceAnalysis.cpp
lib/Analysis/DomPrinter.cpp
lib/Analysis/PostDominators.cpp
lib/CodeGen/MachineRegionInfo.cpp
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
test/Analysis/PostDominators/pr1098.ll
unittests/IR/DominatorTreeTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17537.48788.patch
Type: text/x-patch
Size: 15601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160223/534fac97/attachment.bin>
More information about the llvm-commits
mailing list