[LLVMdev] I want to know examples of recursive types on LLVM IR.

Jin Gu Kang jaykang10 at imrc.kist.re.kr
Fri May 20 09:53:56 PDT 2011


Hi all

I want to know examples of recursive types on LLVM IR.

I read a example of basic recursive type on LLVM Programmer's manual.

%mylist = type { %mylist*, i32}

Are there another examples of recursive types on LLVM IR?

and I want to know what the definition of recursive type is on LLVM IR?

Thank you,
Jin-Gu Kang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110521/93f65121/attachment.html>


More information about the llvm-dev mailing list