This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0acff68 [x86] add tests to show missing demanded bits analysis; NFC new b65cc89 fix check-label new 3716239 Make LTO opt-remarks tests matching stricter new 55f24b0 [LTOs] Allow generation of hotness information new 2fbac67 [x86] add common check prefix to reduce duplication; NFC
The 4 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/LTO/LTOCodeGenerator.cpp | 9 +++ lib/LTO/ThinLTOCodeGenerator.cpp | 4 ++ test/CodeGen/X86/not-and-simplify.ll | 26 +++----- .../X86/diagnostic-handler-remarks-with-hotness.ll | 77 ++++++++++++++++++++++ test/LTO/X86/diagnostic-handler-remarks.ll | 18 ++--- .../X86/diagnostic-handler-remarks-with-hotness.ll | 56 ++++++++++++++++ test/ThinLTO/X86/diagnostic-handler-remarks.ll | 34 +++++----- 7 files changed, 181 insertions(+), 43 deletions(-) create mode 100644 test/LTO/X86/diagnostic-handler-remarks-with-hotness.ll create mode 100644 test/ThinLTO/X86/diagnostic-handler-remarks-with-hotness.ll