[PATCH] D29485: [Builtin][ARM] Implement addsf3/__aeabi_fadd for Thumb1
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 3 13:13:29 PST 2017
rengolin added a comment.
This is thumb 1, we have no quality control or tracking. We can fix the compiler, but that doesn't stop us from optimising a run Tim library with assembly code. The compiler will never be perfect and making this optimal in the compiler will take a lot longer than a patch or two.
https://reviews.llvm.org/D29485
More information about the llvm-commits
mailing list