This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6185a3e03ca [AArch64] Turn BIC immediate creation into a DAG combine new 3cf232123d1 [X86] Promote i8 CMOV's (PR40965) new 1f727efc28a [X86] X86ISelLowering::combineSextInRegCmov(): also handle [...]
The 2 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/X86ISelLowering.cpp | 57 ++++- test/CodeGen/X86/8bit_cmov_of_trunc_promotion.ll | 310 ++++++++++++++--------- test/CodeGen/X86/cmov-promotion.ll | 54 ++-- test/CodeGen/X86/cmov.ll | 27 +- test/CodeGen/X86/cmovcmov.ll | 23 +- test/CodeGen/X86/copy-eflags.ll | 37 +-- test/CodeGen/X86/fast-isel-select-pseudo-cmov.ll | 40 +-- test/CodeGen/X86/fshl.ll | 12 +- test/CodeGen/X86/fshr.ll | 12 +- test/CodeGen/X86/i386-shrink-wrapping.ll | 38 +-- test/CodeGen/X86/midpoint-int.ll | 85 +++---- test/CodeGen/X86/pr5145.ll | 64 ++--- test/CodeGen/X86/sadd_sat.ll | 32 ++- test/CodeGen/X86/sadd_sat_vec.ll | 22 +- test/CodeGen/X86/sat-add.ll | 67 +++-- test/CodeGen/X86/select.ll | 33 +-- test/CodeGen/X86/select_const.ll | 9 +- test/CodeGen/X86/ssub_sat.ll | 32 ++- test/CodeGen/X86/ssub_sat_vec.ll | 22 +- test/CodeGen/X86/uadd_sat.ll | 24 +- test/CodeGen/X86/uadd_sat_vec.ll | 16 +- test/CodeGen/X86/usub_sat.ll | 19 +- test/CodeGen/X86/usub_sat_vec.ll | 14 +- test/CodeGen/X86/x86-shrink-wrapping.ll | 20 +- 24 files changed, 514 insertions(+), 555 deletions(-)