This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a328a46 Refactor the PSI to extract getCallSiteCount and remove check [...] new eb3c703 WholeProgramDevirt: Implement export/import support for uniqu [...] new bfecb46 WholeProgramDevirt: Implement export/import support for VCP.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Transforms/IPO/WholeProgramDevirt.cpp | 127 ++++++++++++++++++--- .../Inputs/import-unique-ret-val0.yaml | 11 ++ .../Inputs/import-unique-ret-val1.yaml | 11 ++ ...import-uniform-ret-val.yaml => import-vcp.yaml} | 10 +- .../WholeProgramDevirt/export-unique-ret-val.ll | 79 +++++++++++++ test/Transforms/WholeProgramDevirt/export-vcp.ll | 83 ++++++++++++++ test/Transforms/WholeProgramDevirt/import.ll | 50 ++++++++ 7 files changed, 352 insertions(+), 19 deletions(-) create mode 100644 test/Transforms/WholeProgramDevirt/Inputs/import-unique-ret-val0.yaml create mode 100644 test/Transforms/WholeProgramDevirt/Inputs/import-unique-ret-val1.yaml copy test/Transforms/WholeProgramDevirt/Inputs/{import-uniform-ret-val.yaml => imp [...] create mode 100644 test/Transforms/WholeProgramDevirt/export-unique-ret-val.ll create mode 100644 test/Transforms/WholeProgramDevirt/export-vcp.ll