[LLVMdev] Adding instruction to mips backend
Daniel Hallmannseder
dhallmannseder at hsu-hh.de
Mon Feb 1 03:11:21 PST 2010
Hi,
I've extended the LLVM IR with a new Instruction. This part works well.
But I also want to extend the MIPS backend with an associative machine
instruction, and in this part, I didn't succeed. I read the tutorials,
but I couldn't realize the code generation for the new LLVM IR
instruction. Which parts have to be modified ?
Bye,
Daniel
More information about the llvm-dev
mailing list