[PATCH] D32394: Add extra operand to CALLSEQ_START to keep frame part set up previously
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 07:36:44 PDT 2017
RKSimon added a comment.
Anyone else got any comments?
================
Comment at: include/llvm/Target/TargetSelectionDAG.td:286
class SDCallSeqEnd<list<SDTypeConstraint> constraints> :
SDTypeProfile<0, 2, constraints>;
----------------
Is it worth merging these into a single class SDCallSeq class?
https://reviews.llvm.org/D32394
More information about the llvm-commits
mailing list