Displaying 1 result from an estimated 1 matches for "datainstruction".
2010 Mar 09
0
[LLVMdev] Question about machine-specific assembler in LLVM
Hi LLVM dev team!
Currently I'm writing high-level compiler
<http://code.google.com/p/bamelg/>for low-level purpose and have a
question about machine-code support in
LLVM.
Using Phoenix SDK I'm able to create "DataInstruction" which is blob of
binary data and emit it with other instructions into basic block. Also I can
specify register kill set for such instructions. Also such instructions have
fixup points for functions/statics etc.
But in LLVM I can't found something similar like this. There is only support...