[LLVMdev] Lowering x64bit LLVM IR to x86bit LLVM IR

Tim Northover t.p.northover at gmail.com
Fri Dec 19 12:37:21 PST 2014


> I have implemented this engine only for opcodes that are not using memory
> (it is only for register to register) and currently I have lowered down LLVM
> IR for mov and add opcode, and thus I need to test this code only.
>
> Is there any other way to test the same?

Plenty, but only you can decide just what qualifies as working vs
broken, so I don't think we can be much help here. Just how will a
user interact with this "lowered" IR? Work that out then start off by
writing some simple examples along those lines and seeing if they
work.

Tim.



More information about the llvm-dev mailing list