[LLVMdev] Question on X86 backend

Christoph Erhardt ChristophErhardt at gmx.de
Tue Jun 15 12:47:02 PDT 2010


Hi Micah,

the register use list gets dropped by the instruction selector because
you didn't specify "variable_ops" in the input operand list of your CALL
instruction. It has to look like this:

(ins calltarget:$dst, variable_ops)

Regards,
Christoph



More information about the llvm-dev mailing list