This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eec87eef417 Actually fix test from r345085 REQUIRE: asserts new fe08d6738fe [ThinLTO] Fix a crash in lazy loading of Metadata new 70fc21b85b4 [hot-cold-split] Only perform splitting in ThinLTO backend [...]
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/Bitcode/Reader/BitcodeReader.cpp | 6 +- lib/Passes/PassBuilder.cpp | 4 +- test/Other/new-pm-thinlto-defaults.ll | 4 ++ test/ThinLTO/X86/Inputs/pr35472.ll | 13 ++++ test/ThinLTO/X86/pr35472.ll | 122 ++++++++++++++++++++++++++++++++++ 5 files changed, 146 insertions(+), 3 deletions(-) create mode 100644 test/ThinLTO/X86/Inputs/pr35472.ll create mode 100644 test/ThinLTO/X86/pr35472.ll