Displaying 3 results from an estimated 3 matches for "proc123".
Did you mean:
pr123
2015 Mar 10
2
[LLVMdev] [RFC] Storing default function attributes on the module
...t better.
> 3. Using a separate tool allows you to override the attributes
> arbitrarily, but doesn't distinguish between "default" and explicit
> attributes. Furthermore, if the primary use for the tool is:
>
> llvm-attr-mutate -o - t.bc -attr target-cpu=proc123 | llc
>
> then I'm not sure we're gaining anything. In particular, having
> `llc` mutate the IR when you say:
>
> llc <t.bc -target-cpu=proc123
>
> is a far cleaner interface. Not to say that a tool to mutate
> attributes isn't a great...
2015 Feb 26
1
[LLVMdev] [RFC] Storing default function attributes on the module
On Tue, Feb 24, 2015 at 3:18 PM Sean Silva <chisophugis at gmail.com> wrote:
> On Tue, Feb 24, 2015 at 2:53 PM, Duncan P. N. Exon Smith <
> dexonsmith at apple.com> wrote:
>
>>
>> > On 2015-Feb-24, at 13:25, Eric Christopher <echristo at gmail.com> wrote:
>> >
>> > Hi Duncan,
>> >
>> > Been thinking about this a bit and
2015 Feb 24
2
[LLVMdev] [RFC] Storing default function attributes on the module
On Tue, Feb 24, 2015 at 2:53 PM, Duncan P. N. Exon Smith <
dexonsmith at apple.com> wrote:
>
> > On 2015-Feb-24, at 13:25, Eric Christopher <echristo at gmail.com> wrote:
> >
> > Hi Duncan,
> >
> > Been thinking about this a bit and a few comments/questions. I may have
> misunderstood some things in your mail though so please feel free to
>