search for: e4ea3f9d

Displaying 2 results from an estimated 2 matches for "e4ea3f9d".

2013 Jun 26
0
[LLVMdev] Proposal: extended MDString syntax
...ther solutions that you considered and other problems that you ran into. Have you considered using a new format that embeds LLVM-IR ? Thanks, Nadav -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130626/e4ea3f9d/attachment.html>
2013 Jun 26
2
[LLVMdev] Proposal: extended MDString syntax
On Wed, Jun 26, 2013 at 3:46 PM, Nadav Rotem <nrotem at apple.com> wrote: > But I think that serialization of MachineFunction should not be done in > metadata. I understand the problem that you pointer out that machine > instructions refer to LLVM-IR, but I don’t think that metadata is the right > container for them. Can you suggest an alternative solution? Can you describe