[LLVMdev] lower-lever IR (A-normal form)
Tasos Kalogeropoulos
tasoskalog at hotmail.com
Wed Jul 10 11:32:58 PDT 2013
Hi,
i would like to ask you, if i can get a lower-level representation than the llvm IR.For example, having the following instruction in the llvm IR, call void @llvm.memcpy.i32(i8* %19, i8* getelementptr inbounds ([2 x [2 x [3 x i8]]]* @main.s, i32 0, i32 0, i32 0, i32 0), i32 12, i32 1)
i would like to get something like this (in A-normal form (without nested instructions):%temp = i8* getelementptr inbounds ([2 x [2 x [3 x i8]]]* @main.s, i32 0, i32 0, i32 0, i32 0) call void @llvm.memcpy.i32(i8* %19, %temp, i32 12, i32 1)
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130710/e4ea6680/attachment.html>
More information about the llvm-dev
mailing list