This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c766f1fc508 [CodeGen] Remove unused MachineMemOperand::print wrappers ( [...] new 27deee64136 [ThinLTO/WPD] Ensure devirtualized targets use promoted sym [...]
The 1 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: include/llvm/Transforms/IPO/WholeProgramDevirt.h | 2 +- lib/LTO/LTO.cpp | 11 ++-- lib/Transforms/IPO/WholeProgramDevirt.cpp | 6 +- test/ThinLTO/X86/Inputs/devirt_promote.ll | 39 +++++++++++++ test/ThinLTO/X86/devirt_promote.ll | 72 ++++++++++++++++++++++++ 5 files changed, 120 insertions(+), 10 deletions(-) create mode 100644 test/ThinLTO/X86/Inputs/devirt_promote.ll create mode 100644 test/ThinLTO/X86/devirt_promote.ll