[PATCH] D123198: [LibCalls] Add argument extension attributes to more functions.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 27 10:30:40 PDT 2022
efriedma added a comment.
If you dig through the assembly in your example, you'll find a directive `.set ldexp, __ldexp_alias`. The assembler will resolve the alias.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123198/new/
https://reviews.llvm.org/D123198
More information about the llvm-commits
mailing list