[llvm] r207565 - Add Simple return instruction to Mips fast-isel

reed kotler rkotler at mips.com
Tue Apr 29 13:34:11 PDT 2014


On 04/29/2014 12:54 PM, Eric Christopher wrote:
>> +    TargetSupported = ((Subtarget->getRelocationModel() == Reloc::PIC_) &&
>> +                       (Subtarget->hasMips32r2() && (Subtarget->isABI_O32())));
>>
> Seems limiting?
>
> -eric
I will do the other cases after this.

We have a customer that needs this to work for -fPIC, mips32, integrated 
assembler so that is the first priority.

Reed



More information about the llvm-commits mailing list