[PATCH] D19839: [PM] Port BranchProbability Analysis to the new pass manager

David Li via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 20:06:04 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL268601: [PM] Port Branch Probability Analysis pass to the new pass manager. (authored by davidxl).

Changed prior to commit:
  http://reviews.llvm.org/D19839?vs=56197&id=56233#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D19839

Files:
  llvm/trunk/include/llvm/Analysis/BranchProbabilityInfo.h
  llvm/trunk/lib/Analysis/BranchProbabilityInfo.cpp
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/test/Analysis/BranchProbabilityInfo/basic.ll
  llvm/trunk/test/Analysis/BranchProbabilityInfo/deopt-intrinsic.ll
  llvm/trunk/test/Analysis/BranchProbabilityInfo/loop.ll
  llvm/trunk/test/Analysis/BranchProbabilityInfo/noreturn.ll
  llvm/trunk/test/Analysis/BranchProbabilityInfo/pr18705.ll
  llvm/trunk/test/Analysis/BranchProbabilityInfo/pr22718.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19839.56233.patch
Type: text/x-patch
Size: 8578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160505/ba07c7f1/attachment.bin>


More information about the llvm-commits mailing list