[PATCH] D13908: Add new interfaces to MBB for manipulating successors with probabilities instead of weights.
Cong Hou via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 20 11:06:53 PDT 2015
congh created this revision.
congh added reviewers: dexonsmith, manmanren, davidxl.
congh added a subscriber: llvm-commits.
The patch in http://reviews.llvm.org/D13745 is broken into four parts:
1. New interfaces without functional changes.
2. Use new interfaces in SelectionDAG, while in other passes treat probabilities as weights.
3. Use new interfaces in all other passes.
4. Remove old interfaces.
This the first patch above.
http://reviews.llvm.org/D13908
Files:
include/llvm/CodeGen/MachineBasicBlock.h
lib/CodeGen/MachineBasicBlock.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13908.37897.patch
Type: text/x-patch
Size: 7670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151020/9e47ad96/attachment.bin>
More information about the llvm-commits
mailing list