[LLVMdev] branch to a native instruction address from LLVM IR.

Xin Tong xerox.time.tech at gmail.com
Sun Jun 24 03:04:57 PDT 2012


I would like to generate a branch/jump to a native instruction address
(set up in the JIT runtime) in LLVM IR. It seems all the branch
instructions (except indirect branch) takes a LLVM BasicBlock. What
would be the best way to achieve this ?

Thanks

Xin



More information about the llvm-dev mailing list