[PATCH] D13963: Create a new interface addSuccessorWithoutWeight(MBB*) in MBB to add successors when optimization is disabled.

Cong Hou via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 16:56:21 PDT 2015


congh added a comment.

Note that I was also proposing the patch that replaces all edge weights in MBB with branch probabilities (http://reviews.llvm.org/D13745 http://reviews.llvm.org/D13908). This patch serves as an intermediate state during this transition, and if it's checked in I will also change it into the branch probability version.


http://reviews.llvm.org/D13963





More information about the llvm-commits mailing list