[PATCH] D14361: Let SelectionDAG start to use probability-based interface to add successors.
David Li via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 23 21:58:46 PST 2015
davidxl added a comment.
The test case change look sane -- the weight ratio do not change before and after (and after Weight based interface is deprecated, the check-weight will become check-prob).
the only test that needs double check is the powerPC one -- is the change expected?
http://reviews.llvm.org/D14361
More information about the llvm-commits
mailing list