[PATCH] D14973: Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces.

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 16:05:58 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL254348: Replace all weight-based interfaces in MBB with probability-based interfaces… (authored by conghou).

Changed prior to commit:
  http://reviews.llvm.org/D14973?vs=41440&id=41450#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D14973

Files:
  llvm/trunk/include/llvm/Analysis/BranchProbabilityInfo.h
  llvm/trunk/include/llvm/CodeGen/MachineBasicBlock.h
  llvm/trunk/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
  llvm/trunk/include/llvm/Support/BranchProbability.h
  llvm/trunk/lib/Analysis/BranchProbabilityInfo.cpp
  llvm/trunk/lib/CodeGen/BranchFolding.cpp
  llvm/trunk/lib/CodeGen/IfConversion.cpp
  llvm/trunk/lib/CodeGen/MIRParser/MIParser.cpp
  llvm/trunk/lib/CodeGen/MIRPrinter.cpp
  llvm/trunk/lib/CodeGen/MachineBasicBlock.cpp
  llvm/trunk/lib/CodeGen/MachineBlockPlacement.cpp
  llvm/trunk/lib/CodeGen/MachineBranchProbabilityInfo.cpp
  llvm/trunk/lib/CodeGen/TailDuplication.cpp
  llvm/trunk/lib/Support/BranchProbability.cpp
  llvm/trunk/lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
  llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp
  llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
  llvm/trunk/lib/Target/Hexagon/HexagonCFGOptimizer.cpp
  llvm/trunk/lib/Target/Mips/MipsLongBranch.cpp
  llvm/trunk/test/CodeGen/ARM/ifcvt-branch-weight-bug.ll
  llvm/trunk/test/CodeGen/ARM/ifcvt-branch-weight.ll
  llvm/trunk/test/CodeGen/ARM/ifcvt-iter-indbr.ll
  llvm/trunk/test/CodeGen/ARM/tail-merge-branch-weight.ll
  llvm/trunk/test/CodeGen/ARM/taildup-branch-weight.ll
  llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll
  llvm/trunk/test/CodeGen/Hexagon/ifcvt-edge-weight.ll
  llvm/trunk/test/CodeGen/MIR/X86/newline-handling.mir
  llvm/trunk/test/CodeGen/MIR/X86/successor-basic-blocks-weights.mir
  llvm/trunk/test/CodeGen/MIR/X86/successor-basic-blocks.mir
  llvm/trunk/test/CodeGen/X86/MachineBranchProb.ll
  llvm/trunk/test/CodeGen/X86/catchpad-weight.ll
  llvm/trunk/test/CodeGen/X86/stack-protector-weight.ll
  llvm/trunk/test/CodeGen/X86/switch-edge-weight.ll
  llvm/trunk/test/CodeGen/X86/switch-jump-table.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14973.41450.patch
Type: text/x-patch
Size: 68515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151201/27baae84/attachment-0001.bin>


More information about the llvm-commits mailing list