[PATCH] D56739: [SelectionDAG] Add getTokenFactor, which splits nodes with > 64k operands.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 16 14:01:20 PST 2019


fhahn added a comment.

In D56739#1359828 <https://reviews.llvm.org/D56739#1359828>, @RKSimon wrote:

> @fhahn Are you intending to look at the similar SDNode::NumValues limit? PR7250 + PR37000 ?


I am primarily trying to fix SelectionDAG to deal with programs with a very large number of stores at the moment. But I could have a look at the mentioned issues in a bit and see if the same solution is also applicable.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56739/new/

https://reviews.llvm.org/D56739





More information about the llvm-commits mailing list