[PATCH] D141836: [AArch64] Disable __muloti4 libcalls for AArch64

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 05:49:16 PST 2023


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

>From reading the thread on https://github.com/llvm/llvm-project/issues/16778 (which is closed, although the issue doesn't seem resolved), this is a stop-gap for toolchains that don't include an implementation for `__muloti4`. An implementation seems to exist in compiler-rt, but compiler-rt isn't linked with by default. It seems unfortunate that there is no way to still emit a call to `__muloti4` when we do link with compiler-rt, but from reading that thread there is currently no way to tell LLVM that an implementation of `__muloti4` is available.

So I'm happy to accept this change, but please wait for a few days to land it to see if @rengolin or @nickdesaulniers has any comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141836



More information about the llvm-commits mailing list