This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5607491df22 [PeepholeOptimizer] Don't assume bitcast def always has input new b85064c6510 [Object/COFF.h] - Stop returning std::error_code in a few m [...] new 39a1118e91a Automatically generate AVX512 test cases. NFC new 48622aca666 [llvm-objdump] - Restore lost comment. new 25750c5dc01 [nfc] Silent gcc warning
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: include/llvm/Object/COFF.h | 13 +- lib/Object/COFFObjectFile.cpp | 23 -- lib/Target/AArch64/AArch64InstructionSelector.cpp | 5 +- test/CodeGen/X86/avx512-bugfix-25270.ll | 4 +- test/CodeGen/X86/avx512-fma-commute.ll | 16 +- test/CodeGen/X86/avx512-inc-dec.ll | 12 +- test/CodeGen/X86/avx512-intel-ocl.ll | 316 +++++++++++----------- test/CodeGen/X86/avx512-mask-spills.ll | 16 +- test/CodeGen/X86/avx512-memfold.ll | 2 +- test/CodeGen/X86/avx512-nontemporal.ll | 42 ++- test/CodeGen/X86/avx512-scalar_mask.ll | 12 +- test/CodeGen/X86/avx512vl-nontemporal.ll | 34 ++- tools/llvm-objcopy/COFF/Reader.cpp | 16 +- tools/llvm-objdump/COFFDump.cpp | 15 +- tools/llvm-readobj/ARMWinEHPrinter.cpp | 5 +- tools/llvm-readobj/COFFDumper.cpp | 10 +- tools/obj2yaml/coff2yaml.cpp | 15 +- 17 files changed, 281 insertions(+), 275 deletions(-)