[PATCH] D27309: builtins: Add ARM Thumb1 implementation for uidiv and uidivmod

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 10:26:50 PST 2016


rengolin added a comment.

In https://reviews.llvm.org/D27309#613515, @weimingz wrote:

> The default CMake file uses -march=armv7, so the "thumb1" path is not tested by check-all.
>
>   Locally, I changed the CMake to let udivsi3.S to be used for armv6m.


Ah, of course!


https://reviews.llvm.org/D27309





More information about the llvm-commits mailing list