[PATCH] D113613: [ThinLTO][MC] Use conditional assignments for promotion aliases
Sami Tolvanen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 10 14:17:18 PST 2021
samitolvanen added reviewers: pcc, tejohnson, nickdesaulniers.
samitolvanen added a comment.
Here's an alternative solution to the code bloat problem caused by promotion aliases, based on pcc's suggestion. This works with the kernel and nacl_helper size is back to normal in Chrome. Please let me know if you see issues with this approach.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113613/new/
https://reviews.llvm.org/D113613
More information about the llvm-commits
mailing list