[PATCH] D14361: Let SelectionDAG start to use probability-based interface to add successors.
Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 24 00:54:18 PST 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL253965: Let SelectionDAG start to use probability-based interface to add successors. (authored by conghou).
Changed prior to commit:
http://reviews.llvm.org/D14361?vs=40952&id=41012#toc
Repository:
rL LLVM
http://reviews.llvm.org/D14361
Files:
llvm/trunk/include/llvm/Analysis/BranchProbabilityInfo.h
llvm/trunk/include/llvm/Support/BranchProbability.h
llvm/trunk/lib/CodeGen/MachineBasicBlock.cpp
llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
llvm/trunk/lib/Target/AArch64/AArch64FastISel.cpp
llvm/trunk/lib/Target/Mips/MipsDelaySlotFiller.cpp
llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/trunk/lib/Target/X86/X86FrameLowering.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/taildup-branch-weight.ll
llvm/trunk/test/CodeGen/Generic/MachineBranchProb.ll
llvm/trunk/test/CodeGen/Hexagon/ifcvt-edge-weight.ll
llvm/trunk/test/CodeGen/PowerPC/sjlj.ll
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: D14361.41012.patch
Type: text/x-patch
Size: 65291 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151124/d2e513fb/attachment-0001.bin>
More information about the llvm-commits
mailing list