This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ce031c4986a Fix more Windows bots after r360015. Depending on the envir [...] new 577c662984b Revert r359392 and r358887
The 1 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/CodeGen/SelectionDAG/TargetLowering.cpp | 26 +------ lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 36 +++------ lib/Target/X86/X86InstrAVX512.td | 29 +++++-- lib/Target/X86/X86InstrFoldTables.cpp | 6 ++ lib/Target/X86/X86InstrSSE.td | 57 ++++++++++---- test/CodeGen/AMDGPU/store-weird-sizes.ll | 4 +- test/CodeGen/X86/bitcast-setcc-256.ll | 16 ++++ test/CodeGen/X86/bitcast-setcc-512.ll | 8 +- test/CodeGen/X86/bitcast-vector-bool.ll | 97 +++++++++++++++--------- test/CodeGen/X86/dagcombine-cse.ll | 13 +++- test/CodeGen/X86/evex-to-vex-compress.mir | 16 ++++ test/CodeGen/X86/fast-isel-fneg.ll | 13 ++-- test/CodeGen/X86/masked_store.ll | 82 ++++++++++++-------- test/CodeGen/X86/movmsk-cmp.ll | 112 +++++++++++++++++++++------- test/CodeGen/X86/peephole.mir | 40 ++++++++++ test/CodeGen/X86/pr41619.ll | 27 ------- 16 files changed, 374 insertions(+), 208 deletions(-) create mode 100644 test/CodeGen/X86/peephole.mir delete mode 100644 test/CodeGen/X86/pr41619.ll