This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cee7f67 [X86][AVX512] Added some more complex v64i8 shuffles new 23f587b [X86][AVX512] Add avx512vbmi tests new 1bb4b12 Change setDiagnosticsOutputFile to take a unique_ptr from a r [...] new 4bd62ab [ThinLTO] Implement -pass-remarks-output in ThinLTOCodeGenerator
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/IR/LLVMContext.h | 2 +- lib/IR/LLVMContext.cpp | 4 +- lib/LTO/LTOCodeGenerator.cpp | 16 +-- lib/LTO/ThinLTOCodeGenerator.cpp | 27 ++++++ test/CodeGen/X86/vector-shuffle-512-v64.ll | 108 +++++++++++++++++++++ ...with_cache.ll => diagnostic-handler-remarks.ll} | 8 +- test/ThinLTO/X86/diagnostic-handler-remarks.ll | 51 ++++++++++ tools/opt/opt.cpp | 3 +- 8 files changed, 204 insertions(+), 15 deletions(-) copy test/ThinLTO/X86/Inputs/{empty_module_with_cache.ll => diagnostic-handler-rem [...] create mode 100644 test/ThinLTO/X86/diagnostic-handler-remarks.ll