[LLVMdev] IntrinsicLowering::AddPrototypes

reed kotler rkotler at mips.com
Sun Jul 28 14:36:31 PDT 2013


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