search for: linkit

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

Did you mean: linbit
2013 Jun 27
0
[LLVMdev] Proposal: extended MDString syntax
.... I’d suggest something based on YAML which would allow you to include IR verbatim just by indenting it. The IR module should be optional when serializing MI. The back-pointers from MI to IR are not required, and I can imagine many useful test cases that won’t need them. module: | define void @linkit(i8* %source) #0 { entry: %.b243 = load i1* @Pflag, align 1 %cond = select i1 %.b243, i32 (i8*, %struct.stat.6.13.20.64*)* @lstat, i32 (i8*, %struct.stat.6.13.20.64*)* @stat %call = call signext i32 %cond(i8* %source, %struct.stat.6.13.20.64* undef) #2 ret void } @Pflag = exter...
2013 Jun 26
6
[LLVMdev] Proposal: extended MDString syntax
On Wed, Jun 26, 2013 at 3:59 PM, Nadav Rotem <nrotem at apple.com> wrote: > > On Jun 26, 2013, at 3:51 PM, Chandler Carruth <chandlerc at google.com> wrote: > > Can you suggest an alternative solution? Can you describe why you don't > think metadata is the right container? This alone isn't really helpful at > moving us toward something that there has been