[PATCH] D17570: Introduce DominanceFrontierAnalysis to the new PassManager to compute DominanceFrontier. NFC
Hongbin Zheng via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 06:47:55 PST 2016
etherzhhb created this revision.
etherzhhb added reviewers: chandlerc, grosser, jdoerfert.
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 DominanceFrontier part.
Repository:
rL LLVM
http://reviews.llvm.org/D17570
Files:
include/llvm/Analysis/DominanceFrontier.h
include/llvm/InitializePasses.h
lib/Analysis/Analysis.cpp
lib/Analysis/DominanceFrontier.cpp
lib/Analysis/RegionInfo.cpp
lib/CodeGen/MachineFunctionPass.cpp
lib/CodeGen/MachineRegionInfo.cpp
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17570.48926.patch
Type: text/x-patch
Size: 12927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160224/095d1298/attachment.bin>
More information about the llvm-commits
mailing list