Details
Details
- Reviewers
bogner
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I made these changes to support a new pass which is not directly relevant. I modeled them after the changes to Dominator and thought they might be valuable alone
Paths
| Differential D17114
[PM] Convert post-dominator to mimic dominator passes AbandonedPublic Authored by david2050 on Feb 10 2016, 4:45 PM.
Details
Diff Detail Event Timelinedavid2050 updated this object. Comment Actions I made these changes to support a new pass which is not directly relevant. I modeled them after the changes to Dominator and thought they might be valuable alone david2050 retitled this revision from Convert post-dominator to mimic dominator passes to [PM] Convert post-dominator to mimic dominator passes.Feb 10 2016, 4:52 PM
Revision Contents
Diff 47563 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/Analysis/RegionInfo.cpp
lib/CodeGen/MachineRegionInfo.cpp
lib/Target/Hexagon/HexagonCommonGEP.cpp
unittests/IR/DominatorTreeTest.cpp
|