[PATCH] D35315: [Dominators] Make IsPostDominator a template parameter
Jakub Kuderski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 14 11:26:47 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL308040: [Dominators] Make IsPostDominator a template parameter (authored by kuhar).
Changed prior to commit:
https://reviews.llvm.org/D35315?vs=106674&id=106676#toc
Repository:
rL LLVM
https://reviews.llvm.org/D35315
Files:
llvm/trunk/include/llvm/Analysis/DominanceFrontier.h
llvm/trunk/include/llvm/Analysis/DominanceFrontierImpl.h
llvm/trunk/include/llvm/Analysis/IteratedDominanceFrontier.h
llvm/trunk/include/llvm/Analysis/LoopInfo.h
llvm/trunk/include/llvm/Analysis/LoopInfoImpl.h
llvm/trunk/include/llvm/Analysis/PostDominators.h
llvm/trunk/include/llvm/CodeGen/MachineDominanceFrontier.h
llvm/trunk/include/llvm/CodeGen/MachineDominators.h
llvm/trunk/include/llvm/CodeGen/MachinePostDominators.h
llvm/trunk/include/llvm/IR/Dominators.h
llvm/trunk/include/llvm/Support/GenericDomTree.h
llvm/trunk/lib/Analysis/DominanceFrontier.cpp
llvm/trunk/lib/Analysis/IteratedDominanceFrontier.cpp
llvm/trunk/lib/Analysis/LoopInfo.cpp
llvm/trunk/lib/Analysis/PostDominators.cpp
llvm/trunk/lib/CodeGen/MachineDominanceFrontier.cpp
llvm/trunk/lib/CodeGen/MachineDominators.cpp
llvm/trunk/lib/CodeGen/MachinePostDominators.cpp
llvm/trunk/lib/IR/Dominators.cpp
llvm/trunk/lib/Transforms/IPO/SampleProfile.cpp
llvm/trunk/unittests/IR/DominatorTreeTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35315.106676.patch
Type: text/x-patch
Size: 33703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170714/83633727/attachment.bin>
More information about the llvm-commits
mailing list