[PATCH] D48915: [Sparc] Use the names .rem and .urem instead of __modsi3 and __umodsi3

Daniel Cederman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 5 05:30:22 PDT 2018


dcederman added a comment.

Do you have an example of milli code for Sparc? I did not have much luck googling the term. Would __sparc_get_pc_thunk.l7 be an example of milli code? GCC generates it as a way of determining the address of the caller and it uses a non-standard calling convention.

>From your description I would say that .rem is a normal helper function. It is also part of glibc and NetBSD libc.


Repository:
  rL LLVM

https://reviews.llvm.org/D48915





More information about the llvm-commits mailing list