Displaying 3 results from an estimated 3 matches for "llvmtargetlowering".
2010 Apr 19
0
[LLVMdev] how to set -pre-ra-sched from code?
Sorry for responding to my own message but I would really appreciate
some help with this.
Looking through the documentation again this morning I noticed that
setSchedulingPreference is a protected method of LLVMTargetLowering, so
it looks like it's not something I can call directly anyway.
Furthermore it's only called from one place with a hard-coded value for
any particular platform.
Andrew
Andrew Friedley wrote:
> Sanjiv Gupta wrote:
>> On Wed, 2010-04-14 at 11:33 -0400, Andrew Friedley wrote:
&g...
2010 Apr 15
2
[LLVMdev] how to set -pre-ra-sched from code?
Sanjiv Gupta wrote:
> On Wed, 2010-04-14 at 11:33 -0400, Andrew Friedley wrote:
>> I've found that I need to set the -pre-RA-sched parameter when using
>> tools like llc to get the kind of instruction scheduling I want.
>>
>> However I'm normally generating and running code on the fly using the
>> JIT, and can't figure out how to set the -pre-RA-sched
2010 Apr 20
1
[LLVMdev] how to set -pre-ra-sched from code?
Hi Andrew,
On 04/19/10 14:27, Andrew Friedley wrote:
> Sorry for responding to my own message but I would really appreciate
> some help with this.
>
> Looking through the documentation again this morning I noticed that
> setSchedulingPreference is a protected method of LLVMTargetLowering, so
> it looks like it's not something I can call directly anyway.
> Furthermore it's only called from one place with a hard-coded value for
> any particular platform.
>
> Andrew Friedley wrote:
>
>> Sanjiv Gupta wrote:
>>
>>> On Wed, 2010-0...