mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
12a2456ab6
Summary: Follow up to D54270, which allowed importing of var args functions unless they called va_start. As pointed out in the post-commit comments on that patch, the inliner can handle functions that call va_start in certain situations as well. Go ahead and enable importing of all var args functions. Measurements on a large binary show that this increases imports and binary size by an insignificant amount. Reviewers: davidxl Subscribers: mehdi_amini, inglorion, eraman, steven_wu, dexonsmith, llvm-commits Differential Revision: https://reviews.llvm.org/D54607 llvm-svn: 348068 |
||
---|---|---|
.. | ||
Inputs | ||
adjustable_threshold.ll | ||
funcimport_alias.ll | ||
funcimport_cutoff.ll | ||
funcimport_debug.ll | ||
funcimport_forcecold_samplepgo.ll | ||
funcimport_forcecold.ll | ||
funcimport_resolved.ll | ||
funcimport_var.ll | ||
funcimport.ll | ||
hotness_based_import.ll | ||
import_stats.ll | ||
inlineasm.ll | ||
not-prevailing.ll |