[LLVMdev] What does this error mean: psuedo instructions should be removed before code emission?

Yuri yuri at rawbw.com
Thu Aug 26 12:25:43 PDT 2010


On 08/26/2010 11:53, Eric Christopher wrote:
> Could you get it to print out the instruction when it happens? (just change the line above the error message to print it out to errs()).
>
> It basically means that a pseudo wasn't lowered to something that the jit can output before the jit was run.  Is this on ToT?
>    

Insn before the error: TCRETURNri64 %RAX<kill>, 0, %RDI<kill>, 
%RAX<imp-def,dead>, %RDI<imp-def,dead>, %RSP<imp-use>, ...

Yuri



More information about the llvm-dev mailing list