[PATCH] D109385: [X86] Disable muloti4 libcalls for x86-64.

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 7 12:55:03 PDT 2021


nickdesaulniers accepted this revision.
nickdesaulniers added a comment.
This revision is now accepted and ready to land.

> This library function only exists in compiler-rt not libgcc.

I'd like to verify that.  The docs for these in GCC <https://gcc.gnu.org/onlinedocs/gccint/Integer-library-routines.html> don't mention `muloti4`. Indeed, the sources for GCC have no reference to `muloti4`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109385/new/

https://reviews.llvm.org/D109385



More information about the llvm-commits mailing list