Displaying 2 results from an estimated 2 matches for "nested_level_count".
2005 Jun 06
1
[LLVMdev] one question about up reference
hi,
I have one question about up reference, why use \nested_level_count in type description.
and have to handle it in HandleUpRefs() (AsmParser/llvmAsmParser.y) ,
why not just insert type name and return in calcTypeName() (AsmWriter.cpp) ;
As you mention in "How to build recursively type" ,
%mylist = type { %mylist*, int } is accepted .
Is it neccess...
2005 Jun 07
0
[LLVMdev] one question about up reference
Chris Lattner,您好!
I see ,
Thank you very much !
======= 2005-06-06 23:39:20 您在来信中写道:=======
>On Mon, 6 Jun 2005, aqex wrote:
>> hi,
>> I have one question about up reference, why use \nested_level_count in type description.
>> and have to handle it in HandleUpRefs() (AsmParser/llvmAsmParser.y) ,
>>
>> why not just insert type name and return in calcTypeName() (AsmWriter.cpp) ;
>>
>> As you mention in "How to build recursively type" ,
>>
>> %myli...