[PATCH] CodeGen, SelectionDAG: Increase width of NumOperands and NumValues

hfinkel at anl.gov hfinkel at anl.gov
Fri Nov 7 07:16:09 PST 2014


Does this actually solve the problem? How about adding a better assert and then making sure that we don't combine token-factors nodes when the result would have too many operands (I'm assuming the token factor node is actually the problem)? Making the structure bigger is not something to be done lightly.

http://reviews.llvm.org/D6164






More information about the llvm-commits mailing list