This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 35c4cd1eb57 [dsymutil] Correctly handle DW_TAG_label new a7f9439a213 [X86] Promote 16-bit cmovs to 32-bits new bff6449bb83 [SelectionDAG] Add LegalTypes flag to getShiftAmountTy. Use [...]
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: include/llvm/CodeGen/TargetLowering.h | 3 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +-- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 21 +++++------ lib/CodeGen/TargetLoweringBase.cpp | 7 ++-- lib/Target/X86/X86ISelLowering.cpp | 57 +++++++++++++++++++++++++++-- test/CodeGen/X86/avx512-insert-extract.ll | 5 ++- test/CodeGen/X86/avx512-mask-op.ll | 24 ++++++------ test/CodeGen/X86/avx512-schedule.ll | 12 +++--- test/CodeGen/X86/bool-simplify.ll | 4 +- test/CodeGen/X86/legalize-shift.ll | 37 +++++++++++++++++++ test/CodeGen/X86/select.ll | 14 +++---- test/CodeGen/X86/setcc-lowering.ll | 4 +- 12 files changed, 140 insertions(+), 54 deletions(-) create mode 100644 test/CodeGen/X86/legalize-shift.ll