[LLVMdev] What pattern of front end language can be tranalated into

gamma_chen gamma_chen at yahoo.com.tw
Thu Apr 11 23:41:45 PDT 2013


I find this pattern as below from <llvm-source-tree>/test/CodeGen/Mips/alloca.ll, and want to know what front end pattern can be translated into this. Anybody know this answer?

%tmp1 = alloca i8, i32 %size, align 4 // has %size variable, not pattern, alloca i8, align 4

define i32 @twoalloca(i32 %size) nounwind {
entry:
...
  %tmp1 = alloca i8, i32 %size, align 4
}

Jonathan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130412/f43c87ef/attachment.html>


More information about the llvm-dev mailing list