Displaying 3 results from an estimated 3 matches for "cf474aa3".
2013 Jun 27
2
[LLVMdev] Proposal: extended MDString syntax
...rld
where CodeGen is doing things like restructuring loops, this seems less
practical.
Bob, I look forward to seeing the patches you have.
Thanks,
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130627/cf474aa3/attachment.html>
2013 Jun 27
0
[LLVMdev] Proposal: extended MDString syntax
On Jun 27, 2013, at 10:12 AM, Chandler Carruth <chandlerc at google.com> wrote:
>
> On Thu, Jun 27, 2013 at 9:50 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
> On Jun 26, 2013, at 4:18 PM, Eric Christopher <echristo at gmail.com> wrote:
>
> > So inverting it so that MI contains LLVM IR instead of the other way
> > around? Then we'd need a
2013 Jun 27
4
[LLVMdev] Proposal: extended MDString syntax
On Thu, Jun 27, 2013 at 9:50 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk>wrote:
> On Jun 26, 2013, at 4:18 PM, Eric Christopher <echristo at gmail.com> wrote:
>
> > So inverting it so that MI contains LLVM IR instead of the other way
> > around? Then we'd need a serialization format for MI that happened to
> > include a way of serializing LLVM IR within.