[PATCH] D154364: [LTO] Allow library calls to be internalized in freestanding mode
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 3 13:22:36 PDT 2023
efriedma added a comment.
I think the math functions (sin() etc.) are only used if the corresponding intrinsics are used in LLVM IR (llvm.sin() etc.). We should be able to add a check along those lines.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154364/new/
https://reviews.llvm.org/D154364
More information about the llvm-commits
mailing list