[LLVMdev] lower-lever IR (A-normal form)

Eirini _ eirini_dit at windowslive.com
Wed Jul 10 11:35:37 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/40de53d2/attachment.html>


More information about the llvm-dev mailing list