[LLVMdev] Performance regression on ARM
Tim Northover
t.p.northover at gmail.com
Sun Oct 19 08:03:07 PDT 2014
> Some patch which shows this approach (and the whole problem) is attached :)
I wonder if it wouldn't be better to add an intrinsic. LLVM already
deals quite happily with emitting compiler-rt calls having different
calling conventions (& names -- it's entirely possible ARM will add an
__aeabi_mul*c3 for example). It seems a bit nasty to make Clang
understand all that too, unless we have to.
Cheers.
Tim.
More information about the llvm-dev
mailing list