[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
Wed Feb 24 06:44:56 PST 2016


etherzhhb updated this revision to Diff 48925.
etherzhhb added a comment.

Include the changes in RegionInfo.cpp


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/Analysis/RegionInfo.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.48925.patch
Type: text/x-patch
Size: 17163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160224/dae3417a/attachment.bin>


More information about the llvm-commits mailing list