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

Weiming Zhao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 11 12:24:14 PST 2017


weimingz added a comment.

Most of the changes are guarded by __ARM_ARCH_ISA_THUMB == 1 and I reviewed again of the "else" part and they look OK except for one suspect:
https://reviews.llvm.org/D30867


Repository:
  rL LLVM

https://reviews.llvm.org/D27309





More information about the llvm-commits mailing list