[PATCH] D56739: [SelectionDAG] Add splitAcrossTokenFactors to split nodes with > 64k operands.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 15 12:25:59 PST 2019
efriedma added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/SelectionDAG.h:1161
+ /// operands for SDValue nodes.
+ void splitAcrossTokenFactors(const SDLoc &DL, SmallVector<SDValue, 8> &Vals);
+
----------------
This API seems strange... could we just add a "getTokenFactor" API instead?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56739/new/
https://reviews.llvm.org/D56739
More information about the llvm-commits
mailing list