[LLVMdev] About inlining the modulo function in ARM architecture

Tim Northover t.p.northover at gmail.com
Mon Nov 10 11:47:37 PST 2014


> I know this may degrade the performance. I wonder whether there is any easy
> way to inline these functions into the callsite? Thanks again!

I'm afraid not. There does appear to be an IntegerDivision.cpp file
that you could write an IR pass around to do the job, but it's not
accessible without C++ code at the moment.

Cheers.

Tim.



More information about the llvm-dev mailing list