Displaying 2 results from an estimated 2 matches for "7d21ad48121a".
2015 Apr 15
3
[LLVMdev] RFC: Metadata attachments to function definitions
...Tue, 14 Apr 2015 21:33:03 -0700
> From: "Duncan P. N. Exon Smith" <dexonsmith at apple.com>
> To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
> Subject: [LLVMdev] RFC: Metadata attachments to function definitions
> Message-ID: <BF4002F0-06DC-4A25-AF84-7D21AD48121A at apple.com>
> Content-Type: text/plain; charset=us-ascii
>
>
> `Function` definitions should support `MDNode` attachments, with a
> similar syntax to instructions:
>
> define void @foo() nounwind !attach !0 {
> unreachable
> }
> !0 = !{}
>
>...
2015 Apr 16
2
[LLVMdev] RFC: Metadata attachments to function definitions
...>>> From: "Duncan P. N. Exon Smith" <dexonsmith at apple.com>
>>> To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
>>> Subject: [LLVMdev] RFC: Metadata attachments to function definitions
>>> Message-ID: <BF4002F0-06DC-4A25-AF84-7D21AD48121A at apple.com>
>>> Content-Type: text/plain; charset=us-ascii
>>>
>>>
>>> `Function` definitions should support `MDNode` attachments, with a
>>> similar syntax to instructions:
>>>
>>> define void @foo() nounwind !attach !0 {
>...