This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bcb17980a96 [X86][Codegen] adding masked gathers tests for avx2 new 289d643bfb7 [X86FixupBWInsts] More precise register liveness if no <imp [...]
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/Target/X86/X86FixupBWInsts.cpp | 94 +++++++++++-- test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 108 +++++++-------- test/CodeGen/X86/avx2-vbroadcast.ll | 4 +- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 40 +++--- test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 136 +++++++++--------- test/CodeGen/X86/avx512bw-intrinsics.ll | 2 +- .../CodeGen/X86/avx512bwvl-intrinsics-fast-isel.ll | 8 +- test/CodeGen/X86/bitreverse.ll | 6 +- test/CodeGen/X86/cmov.ll | 6 +- test/CodeGen/X86/fixup-bw-inst.mir | 152 +++++++++++++++++++++ test/CodeGen/X86/pr32345.ll | 4 +- test/CodeGen/X86/pr32420.ll | 2 +- test/CodeGen/X86/pr34137.ll | 2 +- test/CodeGen/X86/select.ll | 4 +- test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 44 +++--- test/CodeGen/X86/vector-half-conversions.ll | 102 +++++++------- 16 files changed, 468 insertions(+), 246 deletions(-) create mode 100644 test/CodeGen/X86/fixup-bw-inst.mir