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

Eric Christopher echristo at gmail.com
Tue Apr 29 12:54:16 PDT 2014


> +    TargetSupported = ((Subtarget->getRelocationModel() == Reloc::PIC_) &&
> +                       (Subtarget->hasMips32r2() && (Subtarget->isABI_O32())));
>

Seems limiting?

-eric



More information about the llvm-commits mailing list