[LLVMdev] Problem in X86 backend (original) (raw)
Rinaldini Julien julien.rinaldini at heig-vd.ch
Mon Oct 27 02:44:29 PDT 2014
- Previous message: [LLVMdev] Out-of-tree passes (Was: LLVM Weekly - #43, Oct 27th 2014)
- Next message: [LLVMdev] Problem in X86 backend
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I'm having some trouble wirting an instruction in the X86 backend.
I made a new intrinsic and I wrote a custom inserter for my intrinsic in the X86 backend.
Everything works fine, except for one instruction that I can't find how to write.
I want to add this instruction in one of my machine basic block: mov [rdi], 0
How can I achieve that with the LLVM api? I tried several stuff, but none works :(
Cheers
- Previous message: [LLVMdev] Out-of-tree passes (Was: LLVM Weekly - #43, Oct 27th 2014)
- Next message: [LLVMdev] Problem in X86 backend
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]