[LLVMdev] mov instruction in LLVM IR
Mike Stump
mrs at apple.com
Thu May 28 16:06:00 PDT 2009
On May 28, 2009, at 3:46 PM, Vinod Grover wrote:
> We are working on a new front-end for LLVM IR for a low level
> language; The input has mov from one scalar to another and we would
> like to represent these in LLVM IR. being new to LLVM I am not sure
> if there is a way to represent this since I couldnt find a mov instr.
Do you know how to do the action you seek in C? If yes, just compile
with clang or llvm-gcc at -O4 and then read the output directly for
the operations to use.
More information about the llvm-dev
mailing list