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

Yuri yuri at rawbw.com
Thu Aug 26 11:47:39 PDT 2010


On 08/26/2010 11:11, Bob Wilson wrote:
> A pseudo instruction is used internally without llvm, but it does not correspond directly to a real instruction in the target architecture.  Before emitting the final compiled code, all the pseudo instructions must be expanded to real instructions.  If you're seeing that error, it means that something was not expanded.
>    

So what is likely to be wrong? This error only happens on amd64 and not 
on i386, variable Opcode is 2493 when the error occurs.
It is triggered from under the call that I make: JIT::runFunction.

Yuri



More information about the llvm-dev mailing list