[PATCH] D14361: Let SelectionDAG start to use probability-based interface to add successors.

Cong Hou via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 11:50:12 PST 2015


congh added a comment.

In http://reviews.llvm.org/D14361#284529, @manmanren wrote:

> It seems that we can submit the changes other than SelectionDAGBuilder.h, SelectionDAGBuilder.cpp and SelectionDAGISel.cpp, separately. Correct me if I am wrong.
>
> Thanks for working on this!
> Manman


Changes under lib/Target/ should be checked in with SelectionDAG* as they are all doing instruction lowering. Other changes are for them so I think we need to put them together.


http://reviews.llvm.org/D14361





More information about the llvm-commits mailing list