[LLVMdev] SDTypeProfile with negative number of operands
llvmjp
jpbonn-keyword-llvm.7c175e at corniceresearch.com
Tue Apr 26 13:09:17 PDT 2011
I noticed SDTypeProfile is commonly used with -1 for the number of
operands, as in:
def SDT_SystemZCall : SDTypeProfile<0, -1, [SDTCisPtrTy<0>]>;
What does this do?
More information about the llvm-dev
mailing list