llvm-project/llvm/test/Transforms/WholeProgramDevirt/Inputs
Peter Collingbourne b15a35e604 WholeProgramDevirt: Add import/export support for targets without absolute symbol constants.
Not all targets support the use of absolute symbols to export
constants. In particular, ARM has a wide variety of constant encodings
that cannot currently be relocated by linkers. So instead of exporting
the constants using symbols, export them directly in the summary.
The values of the constants are left as zeroes on targets that support
symbolic exports.

This may result in more cache misses when targeting those architectures
as a result of arbitrary changes in constant values, but this seems
somewhat unavoidable for now.

Differential Revision: https://reviews.llvm.org/D37407

llvm-svn: 312967
2017-09-11 22:34:42 +00:00
..
export.yaml Skip CFI for dead functions. 2017-06-02 18:24:23 +00:00
import-indir.yaml Skip CFI for dead functions. 2017-06-02 18:24:23 +00:00
import-single-impl.yaml
import-uniform-ret-val.yaml WholeProgramDevirt: Implement importing for uniform ret val opt. 2017-03-09 01:11:15 +00:00
import-unique-ret-val0.yaml WholeProgramDevirt: Implement export/import support for unique ret val opt. 2017-03-10 20:09:11 +00:00
import-unique-ret-val1.yaml WholeProgramDevirt: Implement export/import support for unique ret val opt. 2017-03-10 20:09:11 +00:00
import-vcp.yaml WholeProgramDevirt: Add import/export support for targets without absolute symbol constants. 2017-09-11 22:34:42 +00:00