This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cc6eedfcf34 NFC: Make the copies of the demangler byte-for-byte identical new dbe36707c00 [InstCombine] Don't sink dynamic allocas new dffaa923026 [SampleFDO] Skip profile reading when flattened profile use [...] new d67aebfb379 Fix an MSVC bot failure from r351474.
The 3 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/Demangle/DemangleConfig.h | 2 +- lib/Passes/PassBuilder.cpp | 12 +++-- lib/Transforms/IPO/PassManagerBuilder.cpp | 17 ++++++- .../InstCombine/InstructionCombining.cpp | 8 ++-- test/Transforms/InstCombine/sink-alloca.ll | 52 ++++++++++++++++++++++ .../Transforms/SampleProfile/Inputs/flattened.prof | 2 + test/Transforms/SampleProfile/flattened.ll | 39 ++++++++++++++++ 7 files changed, 123 insertions(+), 9 deletions(-) create mode 100644 test/Transforms/InstCombine/sink-alloca.ll create mode 100644 test/Transforms/SampleProfile/Inputs/flattened.prof create mode 100644 test/Transforms/SampleProfile/flattened.ll