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