[LLVMdev] IntrinsicLowering::AddPrototypes
Reed Kotler
rkotler at mips.com
Sun Jul 28 15:02:40 PDT 2013
Ooops... Ignore this previous mail.
The problem still exists with this change.
On 07/28/2013 02:36 PM, reed kotler wrote:
> It seems that several intrinsics are missing from this routine.
>
> In particular, floor, which was causing problems in the mips16 port.
>
> Is there some reason to not add the ones that are missing?
>
> For example, adding the following fixed my problem with floor.
>
> case Intrinsic::floor:
> EnsureFPIntrinsicsExist(M, I, "floorf", "floor", "floor");
> break;
More information about the llvm-dev
mailing list