This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 65f14f4 NewGVN: Be consistent in what order we compare operands for s [...] new d31e3ed WholeProgramDevirt: Add any unsuccessful llvm.type.checked.lo [...]
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/IR/ModuleSummaryIndex.h | 8 ++ lib/Transforms/IPO/WholeProgramDevirt.cpp | 100 ++++++++++++++++++--- .../WholeProgramDevirt/Inputs/export.yaml | 20 +++++ .../export-unsuccessful-checked.ll | 30 +++++++ 4 files changed, 146 insertions(+), 12 deletions(-) create mode 100644 test/Transforms/WholeProgramDevirt/Inputs/export.yaml create mode 100644 test/Transforms/WholeProgramDevirt/export-unsuccessful-checked.ll